Shades of Kelly Green #60CC03
Tints of Kelly Green #60CC03
RGB
CMYK
RGB Variations
Color information
#60CC03 (or 0x60CC03) is known color: Kelly Green. HEX triplet: 60, CC and 03. RGB value is (96,204,3). Sum of RGB (Red+Green+Blue) = 96+204+3=303 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.68% from 303); Green value is 204 (80.08% from 255 or 67.33% from 303); Blue value is 3 (1.56% from 255 or 0.99% from 303); Max value from RGB is 204 - color contains mainly: green. Hex color #60CC03 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #60CC03 is #9F33FC. Grayscale: #959595. Windows color (decimal): -10433533 or 248928. OLE color: 248928.
HSL color Cylindrical-coordinate representation of color #60CC03: hue angle of 92.24º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #60CC03 is Cyan = 0.53, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 96 | 204 | 3 | - |
| CMYK | 0.53 | 0 | 0.99 | 0.2 |
| HSL | 92.24º | 0.97% | 0.41% | - |
| HSV(B) | 92.24º | 0.99% | 0.8% | - |
| XYZ | 26.43 | 45.68 | 7.51 | - |
| YUV | 148.79 | 45.72 | 90.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 204 | 3 | 0.53 | 0 | 0.99 | 0.2 | 92.24 | 0.97 | 0.41 |
| Hex | 60 | CC | 3 | 35 | 0 | 63 | 14 | 5C | 61 | 29 |
| Octal | 140 | 314 | 3 | 65 | 0 | 143 | 24 | 134 | 141 | 51 |
| Binary | 1100000 | 11001100 | 11 | 110101 | 0 | 1100011 | 10100 | 1011100 | 1100001 | 101001 |
Color Harmonies of #60CC03
Complementary color
Monochromatic Colors of #60CC03
Black with #60CC03
Text Example
Text Example
White with #60CC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CC03; }
p { color: rgb(96,204,3); }
H1.HeaderClassName
{
color: #60CC03;
}
.AnyTagClassName
{
color: #60CC03;
}
</style>
background-color css
<style>
a { background-color: #60CC03; }
a { background-color: rgb(96,204,3); }
div.DivClassName
{
background-color: #60CC03;
}
.BgClassName
{
background-color: #60CC03;
}
</style>
border-color css
<style>
span { border-color: #60CC03; }
span { border-color: rgb(96,204,3); }
td.TdClassName
{
border-color: #60CC03;
}
.TagClassName
{
border-color: #60CC03;
}
</style>