Shades of Kelly Green #40BF12
Tints of Kelly Green #40BF12
RGB
CMYK
RGB Variations
Color information
#40BF12 (or 0x40BF12) is known color: Kelly Green. HEX triplet: 40, BF and 12. RGB value is (64,191,18). Sum of RGB (Red+Green+Blue) = 64+191+18=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 191 (75% from 255 or 69.96% from 273); Blue value is 18 (7.42% from 255 or 6.59% from 273); Max value from RGB is 191 - color contains mainly: green. Hex color #40BF12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40BF12 is #BF40ED. Grayscale: #858585. Windows color (decimal): -12533998 or 1228608. OLE color: 1228608.
HSL color Cylindrical-coordinate representation of color #40BF12: hue angle of 104.05º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #40BF12 is Cyan = 0.66, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 191 | 18 | - |
| CMYK | 0.66 | 0 | 0.91 | 0.25 |
| HSL | 104.05º | 0.83% | 0.41% | - |
| HSV(B) | 104.05º | 0.91% | 0.75% | - |
| XYZ | 20.85 | 38.4 | 6.88 | - |
| YUV | 133.31 | 62.92 | 78.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 191 | 18 | 0.66 | 0 | 0.91 | 0.25 | 104.05 | 0.83 | 0.41 |
| Hex | 40 | BF | 12 | 42 | 0 | 5B | 19 | 68 | 53 | 29 |
| Octal | 100 | 277 | 22 | 102 | 0 | 133 | 31 | 150 | 123 | 51 |
| Binary | 1000000 | 10111111 | 10010 | 1000010 | 0 | 1011011 | 11001 | 1101000 | 1010011 | 101001 |
Color Harmonies of #40BF12
Complementary color
Monochromatic Colors of #40BF12
Black with #40BF12
Text Example
Text Example
White with #40BF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BF12; }
p { color: rgb(64,191,18); }
H1.HeaderClassName
{
color: #40BF12;
}
.AnyTagClassName
{
color: #40BF12;
}
</style>
background-color css
<style>
a { background-color: #40BF12; }
a { background-color: rgb(64,191,18); }
div.DivClassName
{
background-color: #40BF12;
}
.BgClassName
{
background-color: #40BF12;
}
</style>
border-color css
<style>
span { border-color: #40BF12; }
span { border-color: rgb(64,191,18); }
td.TdClassName
{
border-color: #40BF12;
}
.TagClassName
{
border-color: #40BF12;
}
</style>