Shades of Kelly Green #42B311
Tints of Kelly Green #42B311
RGB
CMYK
RGB Variations
Color information
#42B311 (or 0x42B311) is known color: Kelly Green. HEX triplet: 42, B3 and 11. RGB value is (66,179,17). Sum of RGB (Red+Green+Blue) = 66+179+17=262 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.19% from 262); Green value is 179 (70.31% from 255 or 68.32% from 262); Blue value is 17 (7.03% from 255 or 6.49% from 262); Max value from RGB is 179 - color contains mainly: green. Hex color #42B311 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42B311 is #BD4CEE. Grayscale: #7F7F7F. Windows color (decimal): -12405999 or 1160002. OLE color: 1160002.
HSL color Cylindrical-coordinate representation of color #42B311: hue angle of 101.85º degrees, saturation: 0.83, 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 #42B311 is Cyan = 0.63, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 66 | 179 | 17 | - |
| CMYK | 0.63 | 0 | 0.91 | 0.30 |
| HSL | 101.85º | 0.83% | 0.38% | - |
| HSV(B) | 101.85º | 0.91% | 0.7% | - |
| XYZ | 18.47 | 33.44 | 6.01 | - |
| YUV | 126.75 | 66.06 | 84.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 179 | 17 | 0.63 | 0 | 0.91 | 0.30 | 101.85 | 0.83 | 0.38 |
| Hex | 42 | B3 | 11 | 3F | 0 | 5B | 1E | 66 | 53 | 26 |
| Octal | 102 | 263 | 21 | 77 | 0 | 133 | 36 | 146 | 123 | 46 |
| Binary | 1000010 | 10110011 | 10001 | 111111 | 0 | 1011011 | 11110 | 1100110 | 1010011 | 100110 |
Color Harmonies of #42B311
Complementary color
Monochromatic Colors of #42B311
Black with #42B311
Text Example
Text Example
White with #42B311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B311; }
p { color: rgb(66,179,17); }
H1.HeaderClassName
{
color: #42B311;
}
.AnyTagClassName
{
color: #42B311;
}
</style>
background-color css
<style>
a { background-color: #42B311; }
a { background-color: rgb(66,179,17); }
div.DivClassName
{
background-color: #42B311;
}
.BgClassName
{
background-color: #42B311;
}
</style>
border-color css
<style>
span { border-color: #42B311; }
span { border-color: rgb(66,179,17); }
td.TdClassName
{
border-color: #42B311;
}
.TagClassName
{
border-color: #42B311;
}
</style>