#B4F906

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

Shades of Spring Bud #B4F906

Tints of Spring Bud #B4F906

Color information

#B4F906 (or 0xB4F906) is unknown color: approx Spring Bud. HEX triplet: B4, F9 and 06. RGB value is (180,249,6). Sum of RGB (Red+Green+Blue) = 180+249+6=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 249 (97.66% from 255 or 57.24% from 435); Blue value is 6 (2.73% from 255 or 1.38% from 435); Max value from RGB is 249 - color contains mainly: green. Hex color #B4F906 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B4F906 is #4B06F9. Grayscale: #C9C9C9. Windows color (decimal): -4916986 or 457140. OLE color: 457140.

HSL color Cylindrical-coordinate representation of color #B4F906: hue angle of 77.04º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B4F906 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB1802496-
CMYK0.2800.980.02
HSL77.04º95.29%50%-
HSV(B)77.04º97.59%97.65%-
XYZ52.7377.4712.35-
YUV200.6718.14113.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.38%
GREEN value IS 249 (97.66% from 255) = 57.24%
BLUE value IS 6 (2.73% from 255) = 1.38%
R=41.38%
G=57.24%
B=1.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal18024960.2800.980.0277.0495.2950
HexB4F961C06224d5f32
Octal2643716340142211513762
Binary101101001111100111011100011000101010011011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F906; }

 p { color: rgb(180,249,6); }

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

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

 a { background-color: rgb(180,249,6); }

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

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

 span { border-color: rgb(180,249,6); }

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