Shades of Kelly Green #42CD15
Tints of Kelly Green #42CD15
RGB
CMYK
RGB Variations
Color information
#42CD15 (or 0x42CD15) is known color: Kelly Green. HEX triplet: 42, CD and 15. RGB value is (66,205,21). Sum of RGB (Red+Green+Blue) = 66+205+21=292 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.60% from 292); Green value is 205 (80.47% from 255 or 70.21% from 292); Blue value is 21 (8.59% from 255 or 7.19% from 292); Max value from RGB is 205 - color contains mainly: green. Hex color #42CD15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42CD15 is #BD32EA. Grayscale: #8F8F8F. Windows color (decimal): -12399339 or 1428802. OLE color: 1428802.
HSL color Cylindrical-coordinate representation of color #42CD15: hue angle of 105.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #42CD15 is Cyan = 0.68, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 205 | 21 | - |
| CMYK | 0.68 | 0 | 0.90 | 0.20 |
| HSL | 105.33º | 0.81% | 0.44% | - |
| HSV(B) | 105.33º | 0.9% | 0.8% | - |
| XYZ | 24.21 | 44.88 | 8.1 | - |
| YUV | 142.46 | 59.45 | 73.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 205 | 21 | 0.68 | 0 | 0.90 | 0.20 | 105.33 | 0.81 | 0.44 |
| Hex | 42 | CD | 15 | 44 | 0 | 5A | 14 | 69 | 51 | 2C |
| Octal | 102 | 315 | 25 | 104 | 0 | 132 | 24 | 151 | 121 | 54 |
| Binary | 1000010 | 11001101 | 10101 | 1000100 | 0 | 1011010 | 10100 | 1101001 | 1010001 | 101100 |
Color Harmonies of #42CD15
Complementary color
Monochromatic Colors of #42CD15
Black with #42CD15
Text Example
Text Example
White with #42CD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CD15; }
p { color: rgb(66,205,21); }
H1.HeaderClassName
{
color: #42CD15;
}
.AnyTagClassName
{
color: #42CD15;
}
</style>
background-color css
<style>
a { background-color: #42CD15; }
a { background-color: rgb(66,205,21); }
div.DivClassName
{
background-color: #42CD15;
}
.BgClassName
{
background-color: #42CD15;
}
</style>
border-color css
<style>
span { border-color: #42CD15; }
span { border-color: rgb(66,205,21); }
td.TdClassName
{
border-color: #42CD15;
}
.TagClassName
{
border-color: #42CD15;
}
</style>