Shades of Kelly Green #42B32B
Tints of Kelly Green #42B32B
RGB
CMYK
RGB Variations
Color information
#42B32B (or 0x42B32B) is known color: Kelly Green. HEX triplet: 42, B3 and 2B. RGB value is (66,179,43). Sum of RGB (Red+Green+Blue) = 66+179+43=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 179 (70.31% from 255 or 62.15% from 288); Blue value is 43 (17.19% from 255 or 14.93% from 288); Max value from RGB is 179 - color contains mainly: green. Hex color #42B32B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B32B is #BD4CD4. Grayscale: #828282. Windows color (decimal): -12405973 or 2863938. OLE color: 2863938.
HSL color Cylindrical-coordinate representation of color #42B32B: hue angle of 109.85º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #42B32B is Cyan = 0.63, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 66 | 179 | 43 | - |
| CMYK | 0.63 | 0 | 0.76 | 0.30 |
| HSL | 109.85º | 0.61% | 0.44% | - |
| HSV(B) | 109.85º | 0.76% | 0.7% | - |
| XYZ | 18.8 | 33.57 | 7.77 | - |
| YUV | 129.71 | 79.06 | 82.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 179 | 43 | 0.63 | 0 | 0.76 | 0.30 | 109.85 | 0.61 | 0.44 |
| Hex | 42 | B3 | 2B | 3F | 0 | 4C | 1E | 6E | 3D | 2C |
| Octal | 102 | 263 | 53 | 77 | 0 | 114 | 36 | 156 | 75 | 54 |
| Binary | 1000010 | 10110011 | 101011 | 111111 | 0 | 1001100 | 11110 | 1101110 | 111101 | 101100 |
Color Harmonies of #42B32B
Complementary color
Monochromatic Colors of #42B32B
Black with #42B32B
Text Example
Text Example
White with #42B32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B32B; }
p { color: rgb(66,179,43); }
H1.HeaderClassName
{
color: #42B32B;
}
.AnyTagClassName
{
color: #42B32B;
}
</style>
background-color css
<style>
a { background-color: #42B32B; }
a { background-color: rgb(66,179,43); }
div.DivClassName
{
background-color: #42B32B;
}
.BgClassName
{
background-color: #42B32B;
}
</style>
border-color css
<style>
span { border-color: #42B32B; }
span { border-color: rgb(66,179,43); }
td.TdClassName
{
border-color: #42B32B;
}
.TagClassName
{
border-color: #42B32B;
}
</style>