Shades of Kelly Green #42B52C
Tints of Kelly Green #42B52C
RGB
CMYK
RGB Variations
Color information
#42B52C (or 0x42B52C) is known color: Kelly Green. HEX triplet: 42, B5 and 2C. RGB value is (66,181,44). Sum of RGB (Red+Green+Blue) = 66+181+44=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 181 (71.09% from 255 or 62.20% from 291); Blue value is 44 (17.58% from 255 or 15.12% from 291); Max value from RGB is 181 - color contains mainly: green. Hex color #42B52C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B52C is #BD4AD3. Grayscale: #838383. Windows color (decimal): -12405460 or 2929986. OLE color: 2929986.
HSL color Cylindrical-coordinate representation of color #42B52C: hue angle of 110.36º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #42B52C is Cyan = 0.64, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 66 | 181 | 44 | - |
| CMYK | 0.64 | 0 | 0.76 | 0.29 |
| HSL | 110.37º | 0.61% | 0.44% | - |
| HSV(B) | 110.37º | 0.76% | 0.71% | - |
| XYZ | 19.23 | 34.39 | 8.01 | - |
| YUV | 131 | 78.9 | 81.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 181 | 44 | 0.64 | 0 | 0.76 | 0.29 | 110.37 | 0.61 | 0.44 |
| Hex | 42 | B5 | 2C | 40 | 0 | 4C | 1D | 6E | 3D | 2C |
| Octal | 102 | 265 | 54 | 100 | 0 | 114 | 35 | 156 | 75 | 54 |
| Binary | 1000010 | 10110101 | 101100 | 1000000 | 0 | 1001100 | 11101 | 1101110 | 111101 | 101100 |
Color Harmonies of #42B52C
Complementary color
Monochromatic Colors of #42B52C
Black with #42B52C
Text Example
Text Example
White with #42B52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B52C; }
p { color: rgb(66,181,44); }
H1.HeaderClassName
{
color: #42B52C;
}
.AnyTagClassName
{
color: #42B52C;
}
</style>
background-color css
<style>
a { background-color: #42B52C; }
a { background-color: rgb(66,181,44); }
div.DivClassName
{
background-color: #42B52C;
}
.BgClassName
{
background-color: #42B52C;
}
</style>
border-color css
<style>
span { border-color: #42B52C; }
span { border-color: rgb(66,181,44); }
td.TdClassName
{
border-color: #42B52C;
}
.TagClassName
{
border-color: #42B52C;
}
</style>