Shades of Kelly Green #40BC0F
Tints of Kelly Green #40BC0F
RGB
CMYK
RGB Variations
Color information
#40BC0F (or 0x40BC0F) is known color: Kelly Green. HEX triplet: 40, BC and 0F. RGB value is (64,188,15). Sum of RGB (Red+Green+Blue) = 64+188+15=267 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.97% from 267); Green value is 188 (73.83% from 255 or 70.41% from 267); Blue value is 15 (6.25% from 255 or 5.62% from 267); Max value from RGB is 188 - color contains mainly: green. Hex color #40BC0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40BC0F is #BF43F0. Grayscale: #838383. Windows color (decimal): -12534769 or 1031232. OLE color: 1031232.
HSL color Cylindrical-coordinate representation of color #40BC0F: hue angle of 103.01º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #40BC0F is Cyan = 0.66, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 188 | 15 | - |
| CMYK | 0.66 | 0 | 0.92 | 0.26 |
| HSL | 103.01º | 0.85% | 0.4% | - |
| HSV(B) | 103.01º | 0.92% | 0.74% | - |
| XYZ | 20.18 | 37.09 | 6.55 | - |
| YUV | 131.2 | 62.42 | 80.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 188 | 15 | 0.66 | 0 | 0.92 | 0.26 | 103.01 | 0.85 | 0.4 |
| Hex | 40 | BC | F | 42 | 0 | 5C | 1A | 67 | 55 | 28 |
| Octal | 100 | 274 | 17 | 102 | 0 | 134 | 32 | 147 | 125 | 50 |
| Binary | 1000000 | 10111100 | 1111 | 1000010 | 0 | 1011100 | 11010 | 1100111 | 1010101 | 101000 |
Color Harmonies of #40BC0F
Complementary color
Monochromatic Colors of #40BC0F
Black with #40BC0F
Text Example
Text Example
White with #40BC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BC0F; }
p { color: rgb(64,188,15); }
H1.HeaderClassName
{
color: #40BC0F;
}
.AnyTagClassName
{
color: #40BC0F;
}
</style>
background-color css
<style>
a { background-color: #40BC0F; }
a { background-color: rgb(64,188,15); }
div.DivClassName
{
background-color: #40BC0F;
}
.BgClassName
{
background-color: #40BC0F;
}
</style>
border-color css
<style>
span { border-color: #40BC0F; }
span { border-color: rgb(64,188,15); }
td.TdClassName
{
border-color: #40BC0F;
}
.TagClassName
{
border-color: #40BC0F;
}
</style>