Shades of Kelly Green #42B42A
Tints of Kelly Green #42B42A
RGB
CMYK
RGB Variations
Color information
#42B42A (or 0x42B42A) is known color: Kelly Green. HEX triplet: 42, B4 and 2A. RGB value is (66,180,42). Sum of RGB (Red+Green+Blue) = 66+180+42=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 180 (70.70% from 255 or 62.5% from 288); Blue value is 42 (16.80% from 255 or 14.58% from 288); Max value from RGB is 180 - color contains mainly: green. Hex color #42B42A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B42A is #BD4BD5. Grayscale: #828282. Windows color (decimal): -12405718 or 2798658. OLE color: 2798658.
HSL color Cylindrical-coordinate representation of color #42B42A: hue angle of 109.57º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #42B42A is Cyan = 0.63, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 66 | 180 | 42 | - |
| CMYK | 0.63 | 0 | 0.77 | 0.29 |
| HSL | 109.57º | 0.62% | 0.44% | - |
| HSV(B) | 109.57º | 0.77% | 0.71% | - |
| XYZ | 18.99 | 33.97 | 7.75 | - |
| YUV | 130.18 | 78.23 | 82.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 180 | 42 | 0.63 | 0 | 0.77 | 0.29 | 109.57 | 0.62 | 0.44 |
| Hex | 42 | B4 | 2A | 3F | 0 | 4D | 1D | 6E | 3E | 2C |
| Octal | 102 | 264 | 52 | 77 | 0 | 115 | 35 | 156 | 76 | 54 |
| Binary | 1000010 | 10110100 | 101010 | 111111 | 0 | 1001101 | 11101 | 1101110 | 111110 | 101100 |
Color Harmonies of #42B42A
Complementary color
Monochromatic Colors of #42B42A
Black with #42B42A
Text Example
Text Example
White with #42B42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B42A; }
p { color: rgb(66,180,42); }
H1.HeaderClassName
{
color: #42B42A;
}
.AnyTagClassName
{
color: #42B42A;
}
</style>
background-color css
<style>
a { background-color: #42B42A; }
a { background-color: rgb(66,180,42); }
div.DivClassName
{
background-color: #42B42A;
}
.BgClassName
{
background-color: #42B42A;
}
</style>
border-color css
<style>
span { border-color: #42B42A; }
span { border-color: rgb(66,180,42); }
td.TdClassName
{
border-color: #42B42A;
}
.TagClassName
{
border-color: #42B42A;
}
</style>