Shades of Kelly Green #42B511
Tints of Kelly Green #42B511
RGB
CMYK
RGB Variations
Color information
#42B511 (or 0x42B511) is known color: Kelly Green. HEX triplet: 42, B5 and 11. RGB value is (66,181,17). Sum of RGB (Red+Green+Blue) = 66+181+17=264 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25% from 264); Green value is 181 (71.09% from 255 or 68.56% from 264); Blue value is 17 (7.03% from 255 or 6.44% from 264); Max value from RGB is 181 - color contains mainly: green. Hex color #42B511 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42B511 is #BD4AEE. Grayscale: #808080. Windows color (decimal): -12405487 or 1160514. OLE color: 1160514.
HSL color Cylindrical-coordinate representation of color #42B511: hue angle of 102.07º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #42B511 is Cyan = 0.64, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 66 | 181 | 17 | - |
| CMYK | 0.64 | 0 | 0.91 | 0.29 |
| HSL | 102.07º | 0.83% | 0.39% | - |
| HSV(B) | 102.07º | 0.91% | 0.71% | - |
| XYZ | 18.87 | 34.25 | 6.15 | - |
| YUV | 127.92 | 65.4 | 83.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 181 | 17 | 0.64 | 0 | 0.91 | 0.29 | 102.07 | 0.83 | 0.39 |
| Hex | 42 | B5 | 11 | 40 | 0 | 5B | 1D | 66 | 53 | 27 |
| Octal | 102 | 265 | 21 | 100 | 0 | 133 | 35 | 146 | 123 | 47 |
| Binary | 1000010 | 10110101 | 10001 | 1000000 | 0 | 1011011 | 11101 | 1100110 | 1010011 | 100111 |
Color Harmonies of #42B511
Complementary color
Monochromatic Colors of #42B511
Black with #42B511
Text Example
Text Example
White with #42B511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B511; }
p { color: rgb(66,181,17); }
H1.HeaderClassName
{
color: #42B511;
}
.AnyTagClassName
{
color: #42B511;
}
</style>
background-color css
<style>
a { background-color: #42B511; }
a { background-color: rgb(66,181,17); }
div.DivClassName
{
background-color: #42B511;
}
.BgClassName
{
background-color: #42B511;
}
</style>
border-color css
<style>
span { border-color: #42B511; }
span { border-color: rgb(66,181,17); }
td.TdClassName
{
border-color: #42B511;
}
.TagClassName
{
border-color: #42B511;
}
</style>