Shades of Kelly Green #42AD2C
Tints of Kelly Green #42AD2C
RGB
CMYK
RGB Variations
Color information
#42AD2C (or 0x42AD2C) is known color: Kelly Green. HEX triplet: 42, AD and 2C. RGB value is (66,173,44). Sum of RGB (Red+Green+Blue) = 66+173+44=283 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.32% from 283); Green value is 173 (67.97% from 255 or 61.13% from 283); Blue value is 44 (17.58% from 255 or 15.55% from 283); Max value from RGB is 173 - color contains mainly: green. Hex color #42AD2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42AD2C is #BD52D3. Grayscale: #7E7E7E. Windows color (decimal): -12407508 or 2927938. OLE color: 2927938.
HSL color Cylindrical-coordinate representation of color #42AD2C: hue angle of 109.77º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #42AD2C is Cyan = 0.62, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 66 | 173 | 44 | - |
| CMYK | 0.62 | 0 | 0.75 | 0.32 |
| HSL | 109.77º | 0.59% | 0.43% | - |
| HSV(B) | 109.77º | 0.75% | 0.68% | - |
| XYZ | 17.64 | 31.23 | 7.48 | - |
| YUV | 126.3 | 81.55 | 84.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 173 | 44 | 0.62 | 0 | 0.75 | 0.32 | 109.77 | 0.59 | 0.43 |
| Hex | 42 | AD | 2C | 3E | 0 | 4B | 20 | 6E | 3B | 2B |
| Octal | 102 | 255 | 54 | 76 | 0 | 113 | 40 | 156 | 73 | 53 |
| Binary | 1000010 | 10101101 | 101100 | 111110 | 0 | 1001011 | 100000 | 1101110 | 111011 | 101011 |
Color Harmonies of #42AD2C
Complementary color
Monochromatic Colors of #42AD2C
Black with #42AD2C
Text Example
Text Example
White with #42AD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AD2C; }
p { color: rgb(66,173,44); }
H1.HeaderClassName
{
color: #42AD2C;
}
.AnyTagClassName
{
color: #42AD2C;
}
</style>
background-color css
<style>
a { background-color: #42AD2C; }
a { background-color: rgb(66,173,44); }
div.DivClassName
{
background-color: #42AD2C;
}
.BgClassName
{
background-color: #42AD2C;
}
</style>
border-color css
<style>
span { border-color: #42AD2C; }
span { border-color: rgb(66,173,44); }
td.TdClassName
{
border-color: #42AD2C;
}
.TagClassName
{
border-color: #42AD2C;
}
</style>