Shades of Kelly Green #42B310
Tints of Kelly Green #42B310
RGB
CMYK
RGB Variations
Color information
#42B310 (or 0x42B310) is known color: Kelly Green. HEX triplet: 42, B3 and 10. RGB value is (66,179,16). Sum of RGB (Red+Green+Blue) = 66+179+16=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 179 (70.31% from 255 or 68.58% from 261); Blue value is 16 (6.64% from 255 or 6.13% from 261); Max value from RGB is 179 - color contains mainly: green. Hex color #42B310 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42B310 is #BD4CEF. Grayscale: #7F7F7F. Windows color (decimal): -12406000 or 1094466. OLE color: 1094466.
HSL color Cylindrical-coordinate representation of color #42B310: hue angle of 101.6º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #42B310 is Cyan = 0.63, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 66 | 179 | 16 | - |
| CMYK | 0.63 | 0 | 0.91 | 0.30 |
| HSL | 101.6º | 0.84% | 0.38% | - |
| HSV(B) | 101.6º | 0.91% | 0.7% | - |
| XYZ | 18.46 | 33.44 | 5.97 | - |
| YUV | 126.63 | 65.56 | 84.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 179 | 16 | 0.63 | 0 | 0.91 | 0.30 | 101.6 | 0.84 | 0.38 |
| Hex | 42 | B3 | 10 | 3F | 0 | 5B | 1E | 66 | 54 | 26 |
| Octal | 102 | 263 | 20 | 77 | 0 | 133 | 36 | 146 | 124 | 46 |
| Binary | 1000010 | 10110011 | 10000 | 111111 | 0 | 1011011 | 11110 | 1100110 | 1010100 | 100110 |
Color Harmonies of #42B310
Complementary color
Monochromatic Colors of #42B310
Black with #42B310
Text Example
Text Example
White with #42B310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B310; }
p { color: rgb(66,179,16); }
H1.HeaderClassName
{
color: #42B310;
}
.AnyTagClassName
{
color: #42B310;
}
</style>
background-color css
<style>
a { background-color: #42B310; }
a { background-color: rgb(66,179,16); }
div.DivClassName
{
background-color: #42B310;
}
.BgClassName
{
background-color: #42B310;
}
</style>
border-color css
<style>
span { border-color: #42B310; }
span { border-color: rgb(66,179,16); }
td.TdClassName
{
border-color: #42B310;
}
.TagClassName
{
border-color: #42B310;
}
</style>