Shades of Kelly Green #42B313
Tints of Kelly Green #42B313
RGB
CMYK
RGB Variations
Color information
#42B313 (or 0x42B313) is known color: Kelly Green. HEX triplet: 42, B3 and 13. RGB value is (66,179,19). Sum of RGB (Red+Green+Blue) = 66+179+19=264 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25% from 264); Green value is 179 (70.31% from 255 or 67.80% from 264); Blue value is 19 (7.81% from 255 or 7.20% from 264); Max value from RGB is 179 - color contains mainly: green. Hex color #42B313 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42B313 is #BD4CEC. Grayscale: #7F7F7F. Windows color (decimal): -12405997 or 1291074. OLE color: 1291074.
HSL color Cylindrical-coordinate representation of color #42B313: hue angle of 102.38º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #42B313 is Cyan = 0.63, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 66 | 179 | 19 | - |
| CMYK | 0.63 | 0 | 0.89 | 0.30 |
| HSL | 102.38º | 0.81% | 0.39% | - |
| HSV(B) | 102.38º | 0.89% | 0.7% | - |
| XYZ | 18.48 | 33.45 | 6.1 | - |
| YUV | 126.97 | 67.06 | 84.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 179 | 19 | 0.63 | 0 | 0.89 | 0.30 | 102.38 | 0.81 | 0.39 |
| Hex | 42 | B3 | 13 | 3F | 0 | 59 | 1E | 66 | 51 | 27 |
| Octal | 102 | 263 | 23 | 77 | 0 | 131 | 36 | 146 | 121 | 47 |
| Binary | 1000010 | 10110011 | 10011 | 111111 | 0 | 1011001 | 11110 | 1100110 | 1010001 | 100111 |
Color Harmonies of #42B313
Complementary color
Monochromatic Colors of #42B313
Black with #42B313
Text Example
Text Example
White with #42B313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B313; }
p { color: rgb(66,179,19); }
H1.HeaderClassName
{
color: #42B313;
}
.AnyTagClassName
{
color: #42B313;
}
</style>
background-color css
<style>
a { background-color: #42B313; }
a { background-color: rgb(66,179,19); }
div.DivClassName
{
background-color: #42B313;
}
.BgClassName
{
background-color: #42B313;
}
</style>
border-color css
<style>
span { border-color: #42B313; }
span { border-color: rgb(66,179,19); }
td.TdClassName
{
border-color: #42B313;
}
.TagClassName
{
border-color: #42B313;
}
</style>