Shades of Kelly Green #42CE05
Tints of Kelly Green #42CE05
RGB
CMYK
RGB Variations
Color information
#42CE05 (or 0x42CE05) is known color: Kelly Green. HEX triplet: 42, CE and 05. RGB value is (66,206,5). Sum of RGB (Red+Green+Blue) = 66+206+5=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 206 (80.86% from 255 or 74.37% from 277); Blue value is 5 (2.34% from 255 or 1.81% from 277); Max value from RGB is 206 - color contains mainly: green. Hex color #42CE05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42CE05 is #BD31FA. Grayscale: #8D8D8D. Windows color (decimal): -12399099 or 380482. OLE color: 380482.
HSL color Cylindrical-coordinate representation of color #42CE05: hue angle of 101.79º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #42CE05 is Cyan = 0.68, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 206 | 5 | - |
| CMYK | 0.68 | 0 | 0.98 | 0.19 |
| HSL | 101.79º | 0.95% | 0.41% | - |
| HSV(B) | 101.79º | 0.98% | 0.81% | - |
| XYZ | 24.35 | 45.31 | 7.61 | - |
| YUV | 141.23 | 51.12 | 74.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 206 | 5 | 0.68 | 0 | 0.98 | 0.19 | 101.79 | 0.95 | 0.41 |
| Hex | 42 | CE | 5 | 44 | 0 | 62 | 13 | 66 | 5F | 29 |
| Octal | 102 | 316 | 5 | 104 | 0 | 142 | 23 | 146 | 137 | 51 |
| Binary | 1000010 | 11001110 | 101 | 1000100 | 0 | 1100010 | 10011 | 1100110 | 1011111 | 101001 |
Color Harmonies of #42CE05
Complementary color
Monochromatic Colors of #42CE05
Black with #42CE05
Text Example
Text Example
White with #42CE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CE05; }
p { color: rgb(66,206,5); }
H1.HeaderClassName
{
color: #42CE05;
}
.AnyTagClassName
{
color: #42CE05;
}
</style>
background-color css
<style>
a { background-color: #42CE05; }
a { background-color: rgb(66,206,5); }
div.DivClassName
{
background-color: #42CE05;
}
.BgClassName
{
background-color: #42CE05;
}
</style>
border-color css
<style>
span { border-color: #42CE05; }
span { border-color: rgb(66,206,5); }
td.TdClassName
{
border-color: #42CE05;
}
.TagClassName
{
border-color: #42CE05;
}
</style>