Shades of Kelly Green #40BB04
Tints of Kelly Green #40BB04
RGB
CMYK
RGB Variations
Color information
#40BB04 (or 0x40BB04) is known color: Kelly Green. HEX triplet: 40, BB and 04. RGB value is (64,187,4). Sum of RGB (Red+Green+Blue) = 64+187+4=255 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.10% from 255); Green value is 187 (73.44% from 255 or 73.33% from 255); Blue value is 4 (1.95% from 255 or 1.57% from 255); Max value from RGB is 187 - color contains mainly: green. Hex color #40BB04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40BB04 is #BF44FB. Grayscale: #818181. Windows color (decimal): -12535036 or 310080. OLE color: 310080.
HSL color Cylindrical-coordinate representation of color #40BB04: hue angle of 100.33º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #40BB04 is Cyan = 0.66, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 187 | 4 | - |
| CMYK | 0.66 | 0 | 0.98 | 0.27 |
| HSL | 100.33º | 0.96% | 0.37% | - |
| HSV(B) | 100.33º | 0.98% | 0.73% | - |
| XYZ | 19.91 | 36.64 | 6.14 | - |
| YUV | 129.36 | 57.25 | 81.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 187 | 4 | 0.66 | 0 | 0.98 | 0.27 | 100.33 | 0.96 | 0.37 |
| Hex | 40 | BB | 4 | 42 | 0 | 62 | 1B | 64 | 60 | 25 |
| Octal | 100 | 273 | 4 | 102 | 0 | 142 | 33 | 144 | 140 | 45 |
| Binary | 1000000 | 10111011 | 100 | 1000010 | 0 | 1100010 | 11011 | 1100100 | 1100000 | 100101 |
Color Harmonies of #40BB04
Complementary color
Monochromatic Colors of #40BB04
Black with #40BB04
Text Example
Text Example
White with #40BB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BB04; }
p { color: rgb(64,187,4); }
H1.HeaderClassName
{
color: #40BB04;
}
.AnyTagClassName
{
color: #40BB04;
}
</style>
background-color css
<style>
a { background-color: #40BB04; }
a { background-color: rgb(64,187,4); }
div.DivClassName
{
background-color: #40BB04;
}
.BgClassName
{
background-color: #40BB04;
}
</style>
border-color css
<style>
span { border-color: #40BB04; }
span { border-color: rgb(64,187,4); }
td.TdClassName
{
border-color: #40BB04;
}
.TagClassName
{
border-color: #40BB04;
}
</style>