Shades of Kelly Green #60C002
Tints of Kelly Green #60C002
RGB
CMYK
RGB Variations
Color information
#60C002 (or 0x60C002) is known color: Kelly Green. HEX triplet: 60, C0 and 02. RGB value is (96,192,2). Sum of RGB (Red+Green+Blue) = 96+192+2=290 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.10% from 290); Green value is 192 (75.39% from 255 or 66.21% from 290); Blue value is 2 (1.17% from 255 or 0.69% from 290); Max value from RGB is 192 - color contains mainly: green. Hex color #60C002 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #60C002 is #9F3FFD. Grayscale: #8E8E8E. Windows color (decimal): -10436606 or 180320. OLE color: 180320.
HSL color Cylindrical-coordinate representation of color #60C002: hue angle of 90.32º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #60C002 is Cyan = 0.50, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 192 | 2 | - |
| CMYK | 0.50 | 0 | 0.99 | 0.25 |
| HSL | 90.32º | 0.98% | 0.38% | - |
| HSV(B) | 90.32º | 0.99% | 0.75% | - |
| XYZ | 23.68 | 40.19 | 6.57 | - |
| YUV | 141.64 | 49.2 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 192 | 2 | 0.50 | 0 | 0.99 | 0.25 | 90.32 | 0.98 | 0.38 |
| Hex | 60 | C0 | 2 | 32 | 0 | 63 | 19 | 5A | 62 | 26 |
| Octal | 140 | 300 | 2 | 62 | 0 | 143 | 31 | 132 | 142 | 46 |
| Binary | 1100000 | 11000000 | 10 | 110010 | 0 | 1100011 | 11001 | 1011010 | 1100010 | 100110 |
Color Harmonies of #60C002
Complementary color
Monochromatic Colors of #60C002
Black with #60C002
Text Example
Text Example
White with #60C002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C002; }
p { color: rgb(96,192,2); }
H1.HeaderClassName
{
color: #60C002;
}
.AnyTagClassName
{
color: #60C002;
}
</style>
background-color css
<style>
a { background-color: #60C002; }
a { background-color: rgb(96,192,2); }
div.DivClassName
{
background-color: #60C002;
}
.BgClassName
{
background-color: #60C002;
}
</style>
border-color css
<style>
span { border-color: #60C002; }
span { border-color: rgb(96,192,2); }
td.TdClassName
{
border-color: #60C002;
}
.TagClassName
{
border-color: #60C002;
}
</style>