Shades of Kelly Green #42D205
Tints of Kelly Green #42D205
RGB
CMYK
RGB Variations
Color information
#42D205 (or 0x42D205) is known color: Kelly Green. HEX triplet: 42, D2 and 05. RGB value is (66,210,5). Sum of RGB (Red+Green+Blue) = 66+210+5=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 210 (82.42% from 255 or 74.73% from 281); Blue value is 5 (2.34% from 255 or 1.78% from 281); Max value from RGB is 210 - color contains mainly: green. Hex color #42D205 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42D205 is #BD2DFA. Grayscale: #909090. Windows color (decimal): -12398075 or 381506. OLE color: 381506.
HSL color Cylindrical-coordinate representation of color #42D205: hue angle of 102.15º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #42D205 is Cyan = 0.69, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 66 | 210 | 5 | - |
| CMYK | 0.69 | 0 | 0.98 | 0.18 |
| HSL | 102.15º | 0.95% | 0.42% | - |
| HSV(B) | 102.15º | 0.98% | 0.82% | - |
| XYZ | 25.32 | 47.26 | 7.93 | - |
| YUV | 143.57 | 49.79 | 72.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 210 | 5 | 0.69 | 0 | 0.98 | 0.18 | 102.15 | 0.95 | 0.42 |
| Hex | 42 | D2 | 5 | 45 | 0 | 62 | 12 | 66 | 5F | 2A |
| Octal | 102 | 322 | 5 | 105 | 0 | 142 | 22 | 146 | 137 | 52 |
| Binary | 1000010 | 11010010 | 101 | 1000101 | 0 | 1100010 | 10010 | 1100110 | 1011111 | 101010 |
Color Harmonies of #42D205
Complementary color
Monochromatic Colors of #42D205
Black with #42D205
Text Example
Text Example
White with #42D205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D205; }
p { color: rgb(66,210,5); }
H1.HeaderClassName
{
color: #42D205;
}
.AnyTagClassName
{
color: #42D205;
}
</style>
background-color css
<style>
a { background-color: #42D205; }
a { background-color: rgb(66,210,5); }
div.DivClassName
{
background-color: #42D205;
}
.BgClassName
{
background-color: #42D205;
}
</style>
border-color css
<style>
span { border-color: #42D205; }
span { border-color: rgb(66,210,5); }
td.TdClassName
{
border-color: #42D205;
}
.TagClassName
{
border-color: #42D205;
}
</style>