Shades of Kelly Green #42D11F
Tints of Kelly Green #42D11F
RGB
CMYK
RGB Variations
Color information
#42D11F (or 0x42D11F) is known color: Kelly Green. HEX triplet: 42, D1 and 1F. RGB value is (66,209,31). Sum of RGB (Red+Green+Blue) = 66+209+31=306 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.57% from 306); Green value is 209 (82.03% from 255 or 68.30% from 306); Blue value is 31 (12.5% from 255 or 10.13% from 306); Max value from RGB is 209 - color contains mainly: green. Hex color #42D11F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D11F is #BD2EE0. Grayscale: #929292. Windows color (decimal): -12398305 or 2085186. OLE color: 2085186.
HSL color Cylindrical-coordinate representation of color #42D11F: hue angle of 108.2º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #42D11F is Cyan = 0.68, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 66 | 209 | 31 | - |
| CMYK | 0.68 | 0 | 0.85 | 0.18 |
| HSL | 108.2º | 0.74% | 0.47% | - |
| HSV(B) | 108.2º | 0.85% | 0.82% | - |
| XYZ | 25.29 | 46.86 | 9.01 | - |
| YUV | 145.95 | 63.12 | 70.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 209 | 31 | 0.68 | 0 | 0.85 | 0.18 | 108.2 | 0.74 | 0.47 |
| Hex | 42 | D1 | 1F | 44 | 0 | 55 | 12 | 6C | 4A | 2F |
| Octal | 102 | 321 | 37 | 104 | 0 | 125 | 22 | 154 | 112 | 57 |
| Binary | 1000010 | 11010001 | 11111 | 1000100 | 0 | 1010101 | 10010 | 1101100 | 1001010 | 101111 |
Color Harmonies of #42D11F
Complementary color
Monochromatic Colors of #42D11F
Black with #42D11F
Text Example
Text Example
White with #42D11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D11F; }
p { color: rgb(66,209,31); }
H1.HeaderClassName
{
color: #42D11F;
}
.AnyTagClassName
{
color: #42D11F;
}
</style>
background-color css
<style>
a { background-color: #42D11F; }
a { background-color: rgb(66,209,31); }
div.DivClassName
{
background-color: #42D11F;
}
.BgClassName
{
background-color: #42D11F;
}
</style>
border-color css
<style>
span { border-color: #42D11F; }
span { border-color: rgb(66,209,31); }
td.TdClassName
{
border-color: #42D11F;
}
.TagClassName
{
border-color: #42D11F;
}
</style>