Shades of Kelly Green #42B62E
Tints of Kelly Green #42B62E
RGB
CMYK
RGB Variations
Color information
#42B62E (or 0x42B62E) is known color: Kelly Green. HEX triplet: 42, B6 and 2E. RGB value is (66,182,46). Sum of RGB (Red+Green+Blue) = 66+182+46=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 182 (71.48% from 255 or 61.90% from 294); Blue value is 46 (18.36% from 255 or 15.65% from 294); Max value from RGB is 182 - color contains mainly: green. Hex color #42B62E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B62E is #BD49D1. Grayscale: #848484. Windows color (decimal): -12405202 or 3061314. OLE color: 3061314.
HSL color Cylindrical-coordinate representation of color #42B62E: hue angle of 111.18º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #42B62E is Cyan = 0.64, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 66 | 182 | 46 | - |
| CMYK | 0.64 | 0 | 0.75 | 0.29 |
| HSL | 111.18º | 0.6% | 0.45% | - |
| HSV(B) | 111.18º | 0.75% | 0.71% | - |
| XYZ | 19.47 | 34.81 | 8.28 | - |
| YUV | 131.81 | 79.57 | 81.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 182 | 46 | 0.64 | 0 | 0.75 | 0.29 | 111.18 | 0.6 | 0.45 |
| Hex | 42 | B6 | 2E | 40 | 0 | 4B | 1D | 6F | 3C | 2D |
| Octal | 102 | 266 | 56 | 100 | 0 | 113 | 35 | 157 | 74 | 55 |
| Binary | 1000010 | 10110110 | 101110 | 1000000 | 0 | 1001011 | 11101 | 1101111 | 111100 | 101101 |
Color Harmonies of #42B62E
Complementary color
Monochromatic Colors of #42B62E
Black with #42B62E
Text Example
Text Example
White with #42B62E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B62E; }
p { color: rgb(66,182,46); }
H1.HeaderClassName
{
color: #42B62E;
}
.AnyTagClassName
{
color: #42B62E;
}
</style>
background-color css
<style>
a { background-color: #42B62E; }
a { background-color: rgb(66,182,46); }
div.DivClassName
{
background-color: #42B62E;
}
.BgClassName
{
background-color: #42B62E;
}
</style>
border-color css
<style>
span { border-color: #42B62E; }
span { border-color: rgb(66,182,46); }
td.TdClassName
{
border-color: #42B62E;
}
.TagClassName
{
border-color: #42B62E;
}
</style>