Shades of Kelly Green #60CD2C
Tints of Kelly Green #60CD2C
RGB
CMYK
RGB Variations
Color information
#60CD2C (or 0x60CD2C) is known color: Kelly Green. HEX triplet: 60, CD and 2C. RGB value is (96,205,44). Sum of RGB (Red+Green+Blue) = 96+205+44=345 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.83% from 345); Green value is 205 (80.47% from 255 or 59.42% from 345); Blue value is 44 (17.58% from 255 or 12.75% from 345); Max value from RGB is 205 - color contains mainly: green. Hex color #60CD2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60CD2C is #9F32D3. Grayscale: #9A9A9A. Windows color (decimal): -10433236 or 2936160. OLE color: 2936160.
HSL color Cylindrical-coordinate representation of color #60CD2C: hue angle of 100.62º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #60CD2C is Cyan = 0.53, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 205 | 44 | - |
| CMYK | 0.53 | 0 | 0.79 | 0.20 |
| HSL | 100.62º | 0.65% | 0.49% | - |
| HSV(B) | 100.62º | 0.79% | 0.8% | - |
| XYZ | 27.11 | 46.33 | 9.9 | - |
| YUV | 154.06 | 65.89 | 86.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 205 | 44 | 0.53 | 0 | 0.79 | 0.20 | 100.62 | 0.65 | 0.49 |
| Hex | 60 | CD | 2C | 35 | 0 | 4F | 14 | 65 | 41 | 31 |
| Octal | 140 | 315 | 54 | 65 | 0 | 117 | 24 | 145 | 101 | 61 |
| Binary | 1100000 | 11001101 | 101100 | 110101 | 0 | 1001111 | 10100 | 1100101 | 1000001 | 110001 |
Color Harmonies of #60CD2C
Complementary color
Monochromatic Colors of #60CD2C
Black with #60CD2C
Text Example
Text Example
White with #60CD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CD2C; }
p { color: rgb(96,205,44); }
H1.HeaderClassName
{
color: #60CD2C;
}
.AnyTagClassName
{
color: #60CD2C;
}
</style>
background-color css
<style>
a { background-color: #60CD2C; }
a { background-color: rgb(96,205,44); }
div.DivClassName
{
background-color: #60CD2C;
}
.BgClassName
{
background-color: #60CD2C;
}
</style>
border-color css
<style>
span { border-color: #60CD2C; }
span { border-color: rgb(96,205,44); }
td.TdClassName
{
border-color: #60CD2C;
}
.TagClassName
{
border-color: #60CD2C;
}
</style>