Shades of Kelly Green #60E032
Tints of Kelly Green #60E032
RGB
CMYK
RGB Variations
Color information
#60E032 (or 0x60E032) is known color: Kelly Green. HEX triplet: 60, E0 and 32. RGB value is (96,224,50). Sum of RGB (Red+Green+Blue) = 96+224+50=370 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.95% from 370); Green value is 224 (87.89% from 255 or 60.54% from 370); Blue value is 50 (19.92% from 255 or 13.51% from 370); Max value from RGB is 224 - color contains mainly: green. Hex color #60E032 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60E032 is #9F1FCD. Grayscale: #A6A6A6. Windows color (decimal): -10428366 or 3334240. OLE color: 3334240.
HSL color Cylindrical-coordinate representation of color #60E032: hue angle of 104.14º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #60E032 is Cyan = 0.57, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 96 | 224 | 50 | - |
| CMYK | 0.57 | 0 | 0.78 | 0.12 |
| HSL | 104.14º | 0.74% | 0.54% | - |
| HSV(B) | 104.14º | 0.78% | 0.88% | - |
| XYZ | 32.06 | 56.03 | 12.14 | - |
| YUV | 165.89 | 62.59 | 78.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 224 | 50 | 0.57 | 0 | 0.78 | 0.12 | 104.14 | 0.74 | 0.54 |
| Hex | 60 | E0 | 32 | 39 | 0 | 4E | C | 68 | 4A | 36 |
| Octal | 140 | 340 | 62 | 71 | 0 | 116 | 14 | 150 | 112 | 66 |
| Binary | 1100000 | 11100000 | 110010 | 111001 | 0 | 1001110 | 1100 | 1101000 | 1001010 | 110110 |
Color Harmonies of #60E032
Complementary color
Monochromatic Colors of #60E032
Black with #60E032
Text Example
Text Example
White with #60E032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60E032; }
p { color: rgb(96,224,50); }
H1.HeaderClassName
{
color: #60E032;
}
.AnyTagClassName
{
color: #60E032;
}
</style>
background-color css
<style>
a { background-color: #60E032; }
a { background-color: rgb(96,224,50); }
div.DivClassName
{
background-color: #60E032;
}
.BgClassName
{
background-color: #60E032;
}
</style>
border-color css
<style>
span { border-color: #60E032; }
span { border-color: rgb(96,224,50); }
td.TdClassName
{
border-color: #60E032;
}
.TagClassName
{
border-color: #60E032;
}
</style>