#B5F60D

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

Shades of Spring Bud #B5F60D

Tints of Spring Bud #B5F60D

Color information

#B5F60D (or 0xB5F60D) is unknown color: approx Spring Bud. HEX triplet: B5, F6 and 0D. RGB value is (181,246,13). Sum of RGB (Red+Green+Blue) = 181+246+13=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 246 (96.48% from 255 or 55.91% from 440); Blue value is 13 (5.47% from 255 or 2.95% from 440); Max value from RGB is 246 - color contains mainly: green. Hex color #B5F60D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B5F60D is #4A09F2. Grayscale: #C8C8C8. Windows color (decimal): -4852211 or 915125. OLE color: 915125.

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

Color convert

RGB18124613-
CMYK0.2600.950.04
HSL76.74º92.83%50.78%-
HSV(B)76.74º94.72%96.47%-
XYZ52.0875.7612.26-
YUV20022.47114.45-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.14%
GREEN value IS 246 (96.48% from 255) = 55.91%
BLUE value IS 13 (5.47% from 255) = 2.95%
R=41.14%
G=55.91%
B=2.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal181246130.2600.950.0476.7492.8350.78
HexB5F6D1A05F44d5d33
Octal26536615320137411513563
Binary10110101111101101101110100101111110010011011011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F60D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F60D; }

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

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

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

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

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

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

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

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