Shades of Kelly Green #42D70B
Tints of Kelly Green #42D70B
RGB
CMYK
RGB Variations
Color information
#42D70B (or 0x42D70B) is known color: Kelly Green. HEX triplet: 42, D7 and 0B. RGB value is (66,215,11). Sum of RGB (Red+Green+Blue) = 66+215+11=292 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.60% from 292); Green value is 215 (84.38% from 255 or 73.63% from 292); Blue value is 11 (4.69% from 255 or 3.77% from 292); Max value from RGB is 215 - color contains mainly: green. Hex color #42D70B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42D70B is #BD28F4. Grayscale: #939393. Windows color (decimal): -12396789 or 776002. OLE color: 776002.
HSL color Cylindrical-coordinate representation of color #42D70B: hue angle of 103.82º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #42D70B is Cyan = 0.69, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 66 | 215 | 11 | - |
| CMYK | 0.69 | 0 | 0.95 | 0.16 |
| HSL | 103.82º | 0.9% | 0.44% | - |
| HSV(B) | 103.82º | 0.95% | 0.84% | - |
| XYZ | 26.61 | 49.78 | 8.52 | - |
| YUV | 147.19 | 51.14 | 70.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 215 | 11 | 0.69 | 0 | 0.95 | 0.16 | 103.82 | 0.9 | 0.44 |
| Hex | 42 | D7 | B | 45 | 0 | 5F | 10 | 68 | 5A | 2C |
| Octal | 102 | 327 | 13 | 105 | 0 | 137 | 20 | 150 | 132 | 54 |
| Binary | 1000010 | 11010111 | 1011 | 1000101 | 0 | 1011111 | 10000 | 1101000 | 1011010 | 101100 |
Color Harmonies of #42D70B
Complementary color
Monochromatic Colors of #42D70B
Black with #42D70B
Text Example
Text Example
White with #42D70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D70B; }
p { color: rgb(66,215,11); }
H1.HeaderClassName
{
color: #42D70B;
}
.AnyTagClassName
{
color: #42D70B;
}
</style>
background-color css
<style>
a { background-color: #42D70B; }
a { background-color: rgb(66,215,11); }
div.DivClassName
{
background-color: #42D70B;
}
.BgClassName
{
background-color: #42D70B;
}
</style>
border-color css
<style>
span { border-color: #42D70B; }
span { border-color: rgb(66,215,11); }
td.TdClassName
{
border-color: #42D70B;
}
.TagClassName
{
border-color: #42D70B;
}
</style>