Shades of Kelly Green #42B015
Tints of Kelly Green #42B015
RGB
CMYK
RGB Variations
Color information
#42B015 (or 0x42B015) is known color: Kelly Green. HEX triplet: 42, B0 and 15. RGB value is (66,176,21). Sum of RGB (Red+Green+Blue) = 66+176+21=263 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.10% from 263); Green value is 176 (69.14% from 255 or 66.92% from 263); Blue value is 21 (8.59% from 255 or 7.98% from 263); Max value from RGB is 176 - color contains mainly: green. Hex color #42B015 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42B015 is #BD4FEA. Grayscale: #7D7D7D. Windows color (decimal): -12406763 or 1421378. OLE color: 1421378.
HSL color Cylindrical-coordinate representation of color #42B015: hue angle of 102.58º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #42B015 is Cyan = 0.62, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 176 | 21 | - |
| CMYK | 0.62 | 0 | 0.88 | 0.31 |
| HSL | 102.58º | 0.79% | 0.39% | - |
| HSV(B) | 102.58º | 0.88% | 0.69% | - |
| XYZ | 17.91 | 32.26 | 5.99 | - |
| YUV | 125.44 | 69.06 | 85.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 176 | 21 | 0.62 | 0 | 0.88 | 0.31 | 102.58 | 0.79 | 0.39 |
| Hex | 42 | B0 | 15 | 3E | 0 | 58 | 1F | 67 | 4F | 27 |
| Octal | 102 | 260 | 25 | 76 | 0 | 130 | 37 | 147 | 117 | 47 |
| Binary | 1000010 | 10110000 | 10101 | 111110 | 0 | 1011000 | 11111 | 1100111 | 1001111 | 100111 |
Color Harmonies of #42B015
Complementary color
Monochromatic Colors of #42B015
Black with #42B015
Text Example
Text Example
White with #42B015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B015; }
p { color: rgb(66,176,21); }
H1.HeaderClassName
{
color: #42B015;
}
.AnyTagClassName
{
color: #42B015;
}
</style>
background-color css
<style>
a { background-color: #42B015; }
a { background-color: rgb(66,176,21); }
div.DivClassName
{
background-color: #42B015;
}
.BgClassName
{
background-color: #42B015;
}
</style>
border-color css
<style>
span { border-color: #42B015; }
span { border-color: rgb(66,176,21); }
td.TdClassName
{
border-color: #42B015;
}
.TagClassName
{
border-color: #42B015;
}
</style>