Shades of Kelly Green #60C311
Tints of Kelly Green #60C311
RGB
CMYK
RGB Variations
Color information
#60C311 (or 0x60C311) is known color: Kelly Green. HEX triplet: 60, C3 and 11. RGB value is (96,195,17). Sum of RGB (Red+Green+Blue) = 96+195+17=308 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.17% from 308); Green value is 195 (76.56% from 255 or 63.31% from 308); Blue value is 17 (7.03% from 255 or 5.52% from 308); Max value from RGB is 195 - color contains mainly: green. Hex color #60C311 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #60C311 is #9F3CEE. Grayscale: #919191. Windows color (decimal): -10435823 or 1164128. OLE color: 1164128.
HSL color Cylindrical-coordinate representation of color #60C311: hue angle of 93.37º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #60C311 is Cyan = 0.51, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 195 | 17 | - |
| CMYK | 0.51 | 0 | 0.91 | 0.24 |
| HSL | 93.37º | 0.84% | 0.42% | - |
| HSV(B) | 93.37º | 0.91% | 0.76% | - |
| XYZ | 24.44 | 41.56 | 7.26 | - |
| YUV | 145.11 | 55.7 | 92.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 195 | 17 | 0.51 | 0 | 0.91 | 0.24 | 93.37 | 0.84 | 0.42 |
| Hex | 60 | C3 | 11 | 33 | 0 | 5B | 18 | 5D | 54 | 2A |
| Octal | 140 | 303 | 21 | 63 | 0 | 133 | 30 | 135 | 124 | 52 |
| Binary | 1100000 | 11000011 | 10001 | 110011 | 0 | 1011011 | 11000 | 1011101 | 1010100 | 101010 |
Color Harmonies of #60C311
Complementary color
Monochromatic Colors of #60C311
Black with #60C311
Text Example
Text Example
White with #60C311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C311; }
p { color: rgb(96,195,17); }
H1.HeaderClassName
{
color: #60C311;
}
.AnyTagClassName
{
color: #60C311;
}
</style>
background-color css
<style>
a { background-color: #60C311; }
a { background-color: rgb(96,195,17); }
div.DivClassName
{
background-color: #60C311;
}
.BgClassName
{
background-color: #60C311;
}
</style>
border-color css
<style>
span { border-color: #60C311; }
span { border-color: rgb(96,195,17); }
td.TdClassName
{
border-color: #60C311;
}
.TagClassName
{
border-color: #60C311;
}
</style>