#B3F400

Color #B3F400 Spring Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Bud #B3F400

Tints of Spring Bud #B3F400

Color information

#B3F400 (or 0xB3F400) is unknown color: approx Spring Bud. HEX triplet: B3, F4 and 00. RGB value is (179,244,0). Sum of RGB (Red+Green+Blue) = 179+244+0=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 244 (95.70% from 255 or 57.68% from 423); Blue value is 0 (0.39% from 255 or 0% from 423); Max value from RGB is 244 - color contains mainly: green. Hex color #B3F400 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B3F400 is #4C0BFF. Grayscale: #C5C5C5. Windows color (decimal): -4983808 or 62643. OLE color: 62643.

HSL color Cylindrical-coordinate representation of color #B3F400: hue angle of 75.98º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B3F400 is Cyan = 0.27, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.04.

Color convert

RGB1792440-
CMYK0.27010.04
HSL75.98º100%47.84%-
HSV(B)75.98º100%95.69%-
XYZ50.9474.2911.65-
YUV196.7516.97115.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 179 (70.31% from 255) = 42.32%
GREEN value IS 244 (95.70% from 255) = 57.68%
BLUE value IS 0 (0.39% from 255) = 0%
R=42.32%
G=57.68%
B=0%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal17924400.27010.0475.9810047.84
HexB3F401B06444c6430
Octal2633640330144411414460
Binary10110011111101000110110110010010010011001100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F400; }

 p { color: rgb(179,244,0); }

 H1.HeaderClassName
 {
   color: #B3F400;
 }
 .AnyTagClassName
 {
   color: #B3F400;
 }
</style>
background-color css

<style>
 a { background-color: #B3F400; }

 a { background-color: rgb(179,244,0); }

 div.DivClassName
 {
   background-color: #B3F400;
 }
 .BgClassName
 {
   background-color: #B3F400;
 }
</style>
border-color css

<style>
 span { border-color: #B3F400; }

 span { border-color: rgb(179,244,0); }

 td.TdClassName
 {
   border-color: #B3F400;
 }
 .TagClassName
 {
   border-color: #B3F400;
 }
</style>