Shades of Kelly Green #42B72D
Tints of Kelly Green #42B72D
RGB
CMYK
RGB Variations
Color information
#42B72D (or 0x42B72D) is known color: Kelly Green. HEX triplet: 42, B7 and 2D. RGB value is (66,183,45). Sum of RGB (Red+Green+Blue) = 66+183+45=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 183 (71.88% from 255 or 62.24% from 294); Blue value is 45 (17.97% from 255 or 15.31% from 294); Max value from RGB is 183 - color contains mainly: green. Hex color #42B72D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B72D is #BD48D2. Grayscale: #848484. Windows color (decimal): -12404947 or 2996034. OLE color: 2996034.
HSL color Cylindrical-coordinate representation of color #42B72D: hue angle of 110.87º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #42B72D is Cyan = 0.64, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 66 | 183 | 45 | - |
| CMYK | 0.64 | 0 | 0.75 | 0.28 |
| HSL | 110.87º | 0.61% | 0.45% | - |
| HSV(B) | 110.87º | 0.75% | 0.72% | - |
| XYZ | 19.65 | 35.21 | 8.24 | - |
| YUV | 132.29 | 78.74 | 80.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 183 | 45 | 0.64 | 0 | 0.75 | 0.28 | 110.87 | 0.61 | 0.45 |
| Hex | 42 | B7 | 2D | 40 | 0 | 4B | 1C | 6F | 3D | 2D |
| Octal | 102 | 267 | 55 | 100 | 0 | 113 | 34 | 157 | 75 | 55 |
| Binary | 1000010 | 10110111 | 101101 | 1000000 | 0 | 1001011 | 11100 | 1101111 | 111101 | 101101 |
Color Harmonies of #42B72D
Complementary color
Monochromatic Colors of #42B72D
Black with #42B72D
Text Example
Text Example
White with #42B72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B72D; }
p { color: rgb(66,183,45); }
H1.HeaderClassName
{
color: #42B72D;
}
.AnyTagClassName
{
color: #42B72D;
}
</style>
background-color css
<style>
a { background-color: #42B72D; }
a { background-color: rgb(66,183,45); }
div.DivClassName
{
background-color: #42B72D;
}
.BgClassName
{
background-color: #42B72D;
}
</style>
border-color css
<style>
span { border-color: #42B72D; }
span { border-color: rgb(66,183,45); }
td.TdClassName
{
border-color: #42B72D;
}
.TagClassName
{
border-color: #42B72D;
}
</style>