Shades of Kelly Green #42B320
Tints of Kelly Green #42B320
RGB
CMYK
RGB Variations
Color information
#42B320 (or 0x42B320) is known color: Kelly Green. HEX triplet: 42, B3 and 20. RGB value is (66,179,32). Sum of RGB (Red+Green+Blue) = 66+179+32=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 179 (70.31% from 255 or 64.62% from 277); Blue value is 32 (12.89% from 255 or 11.55% from 277); Max value from RGB is 179 - color contains mainly: green. Hex color #42B320 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B320 is #BD4CDF. Grayscale: #808080. Windows color (decimal): -12405984 or 2143042. OLE color: 2143042.
HSL color Cylindrical-coordinate representation of color #42B320: hue angle of 106.12º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #42B320 is Cyan = 0.63, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 66 | 179 | 32 | - |
| CMYK | 0.63 | 0 | 0.82 | 0.30 |
| HSL | 106.12º | 0.7% | 0.41% | - |
| HSV(B) | 106.12º | 0.82% | 0.7% | - |
| XYZ | 18.63 | 33.5 | 6.85 | - |
| YUV | 128.46 | 73.56 | 83.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 179 | 32 | 0.63 | 0 | 0.82 | 0.30 | 106.12 | 0.7 | 0.41 |
| Hex | 42 | B3 | 20 | 3F | 0 | 52 | 1E | 6A | 46 | 29 |
| Octal | 102 | 263 | 40 | 77 | 0 | 122 | 36 | 152 | 106 | 51 |
| Binary | 1000010 | 10110011 | 100000 | 111111 | 0 | 1010010 | 11110 | 1101010 | 1000110 | 101001 |
Color Harmonies of #42B320
Complementary color
Monochromatic Colors of #42B320
Black with #42B320
Text Example
Text Example
White with #42B320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B320; }
p { color: rgb(66,179,32); }
H1.HeaderClassName
{
color: #42B320;
}
.AnyTagClassName
{
color: #42B320;
}
</style>
background-color css
<style>
a { background-color: #42B320; }
a { background-color: rgb(66,179,32); }
div.DivClassName
{
background-color: #42B320;
}
.BgClassName
{
background-color: #42B320;
}
</style>
border-color css
<style>
span { border-color: #42B320; }
span { border-color: rgb(66,179,32); }
td.TdClassName
{
border-color: #42B320;
}
.TagClassName
{
border-color: #42B320;
}
</style>