#B5F608

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

Shades of Spring Bud #B5F608

Tints of Spring Bud #B5F608

Color information

#B5F608 (or 0xB5F608) is unknown color: approx Spring Bud. HEX triplet: B5, F6 and 08. RGB value is (181,246,8). Sum of RGB (Red+Green+Blue) = 181+246+8=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 246 (96.48% from 255 or 56.55% from 435); Blue value is 8 (3.52% from 255 or 1.84% from 435); Max value from RGB is 246 - color contains mainly: green. Hex color #B5F608 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B5F608 is #4A09F7. Grayscale: #C8C8C8. Windows color (decimal): -4852216 or 587445. OLE color: 587445.

HSL color Cylindrical-coordinate representation of color #B5F608: hue angle of 76.39º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B5F608 is Cyan = 0.26, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.

Color convert

RGB1812468-
CMYK0.2600.970.04
HSL76.39º93.7%49.8%-
HSV(B)76.39º96.75%96.47%-
XYZ52.0675.7512.11-
YUV199.4319.97114.85-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.61%
GREEN value IS 246 (96.48% from 255) = 56.55%
BLUE value IS 8 (3.52% from 255) = 1.84%
R=41.61%
G=56.55%
B=1.84%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal18124680.2600.970.0476.3993.749.8
HexB5F681A06144c5e32
Octal26536610320141411413662
Binary10110101111101101000110100110000110010011001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F608; }

 p { color: rgb(181,246,8); }

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

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

 a { background-color: rgb(181,246,8); }

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

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

 span { border-color: rgb(181,246,8); }

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