Shades of Kelly Green #42D315
Tints of Kelly Green #42D315
RGB
CMYK
RGB Variations
Color information
#42D315 (or 0x42D315) is known color: Kelly Green. HEX triplet: 42, D3 and 15. RGB value is (66,211,21). Sum of RGB (Red+Green+Blue) = 66+211+21=298 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.15% from 298); Green value is 211 (82.81% from 255 or 70.81% from 298); Blue value is 21 (8.59% from 255 or 7.05% from 298); Max value from RGB is 211 - color contains mainly: green. Hex color #42D315 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42D315 is #BD2CEA. Grayscale: #929292. Windows color (decimal): -12397803 or 1430338. OLE color: 1430338.
HSL color Cylindrical-coordinate representation of color #42D315: hue angle of 105.79º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #42D315 is Cyan = 0.69, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 66 | 211 | 21 | - |
| CMYK | 0.69 | 0 | 0.90 | 0.17 |
| HSL | 105.79º | 0.82% | 0.45% | - |
| HSV(B) | 105.79º | 0.9% | 0.83% | - |
| XYZ | 25.68 | 47.8 | 8.58 | - |
| YUV | 145.99 | 57.46 | 70.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 211 | 21 | 0.69 | 0 | 0.90 | 0.17 | 105.79 | 0.82 | 0.45 |
| Hex | 42 | D3 | 15 | 45 | 0 | 5A | 11 | 6A | 52 | 2D |
| Octal | 102 | 323 | 25 | 105 | 0 | 132 | 21 | 152 | 122 | 55 |
| Binary | 1000010 | 11010011 | 10101 | 1000101 | 0 | 1011010 | 10001 | 1101010 | 1010010 | 101101 |
Color Harmonies of #42D315
Complementary color
Monochromatic Colors of #42D315
Black with #42D315
Text Example
Text Example
White with #42D315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D315; }
p { color: rgb(66,211,21); }
H1.HeaderClassName
{
color: #42D315;
}
.AnyTagClassName
{
color: #42D315;
}
</style>
background-color css
<style>
a { background-color: #42D315; }
a { background-color: rgb(66,211,21); }
div.DivClassName
{
background-color: #42D315;
}
.BgClassName
{
background-color: #42D315;
}
</style>
border-color css
<style>
span { border-color: #42D315; }
span { border-color: rgb(66,211,21); }
td.TdClassName
{
border-color: #42D315;
}
.TagClassName
{
border-color: #42D315;
}
</style>