Shades of Kelly Green #42C015
Tints of Kelly Green #42C015
RGB
CMYK
RGB Variations
Color information
#42C015 (or 0x42C015) is known color: Kelly Green. HEX triplet: 42, C0 and 15. RGB value is (66,192,21). Sum of RGB (Red+Green+Blue) = 66+192+21=279 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.66% from 279); Green value is 192 (75.39% from 255 or 68.82% from 279); Blue value is 21 (8.59% from 255 or 7.53% from 279); Max value from RGB is 192 - color contains mainly: green. Hex color #42C015 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42C015 is #BD3FEA. Grayscale: #878787. Windows color (decimal): -12402667 or 1425474. OLE color: 1425474.
HSL color Cylindrical-coordinate representation of color #42C015: hue angle of 104.21º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #42C015 is Cyan = 0.66, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 192 | 21 | - |
| CMYK | 0.66 | 0 | 0.89 | 0.25 |
| HSL | 104.21º | 0.8% | 0.42% | - |
| HSV(B) | 104.21º | 0.89% | 0.75% | - |
| XYZ | 21.23 | 38.91 | 7.1 | - |
| YUV | 134.83 | 63.76 | 78.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 192 | 21 | 0.66 | 0 | 0.89 | 0.25 | 104.21 | 0.8 | 0.42 |
| Hex | 42 | C0 | 15 | 42 | 0 | 59 | 19 | 68 | 50 | 2A |
| Octal | 102 | 300 | 25 | 102 | 0 | 131 | 31 | 150 | 120 | 52 |
| Binary | 1000010 | 11000000 | 10101 | 1000010 | 0 | 1011001 | 11001 | 1101000 | 1010000 | 101010 |
Color Harmonies of #42C015
Complementary color
Monochromatic Colors of #42C015
Black with #42C015
Text Example
Text Example
White with #42C015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C015; }
p { color: rgb(66,192,21); }
H1.HeaderClassName
{
color: #42C015;
}
.AnyTagClassName
{
color: #42C015;
}
</style>
background-color css
<style>
a { background-color: #42C015; }
a { background-color: rgb(66,192,21); }
div.DivClassName
{
background-color: #42C015;
}
.BgClassName
{
background-color: #42C015;
}
</style>
border-color css
<style>
span { border-color: #42C015; }
span { border-color: rgb(66,192,21); }
td.TdClassName
{
border-color: #42C015;
}
.TagClassName
{
border-color: #42C015;
}
</style>