Shades of Kelly Green #60CD2D
Tints of Kelly Green #60CD2D
RGB
CMYK
RGB Variations
Color information
#60CD2D (or 0x60CD2D) is known color: Kelly Green. HEX triplet: 60, CD and 2D. RGB value is (96,205,45). Sum of RGB (Red+Green+Blue) = 96+205+45=346 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.75% from 346); Green value is 205 (80.47% from 255 or 59.25% from 346); Blue value is 45 (17.97% from 255 or 13.01% from 346); Max value from RGB is 205 - color contains mainly: green. Hex color #60CD2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60CD2D is #9F32D2. Grayscale: #9A9A9A. Windows color (decimal): -10433235 or 3001696. OLE color: 3001696.
HSL color Cylindrical-coordinate representation of color #60CD2D: hue angle of 100.88º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #60CD2D is Cyan = 0.53, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 205 | 45 | - |
| CMYK | 0.53 | 0 | 0.78 | 0.20 |
| HSL | 100.88º | 0.64% | 0.49% | - |
| HSV(B) | 100.88º | 0.78% | 0.8% | - |
| XYZ | 27.13 | 46.34 | 10 | - |
| YUV | 154.17 | 66.39 | 86.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 205 | 45 | 0.53 | 0 | 0.78 | 0.20 | 100.88 | 0.64 | 0.49 |
| Hex | 60 | CD | 2D | 35 | 0 | 4E | 14 | 65 | 40 | 31 |
| Octal | 140 | 315 | 55 | 65 | 0 | 116 | 24 | 145 | 100 | 61 |
| Binary | 1100000 | 11001101 | 101101 | 110101 | 0 | 1001110 | 10100 | 1100101 | 1000000 | 110001 |
Color Harmonies of #60CD2D
Complementary color
Monochromatic Colors of #60CD2D
Black with #60CD2D
Text Example
Text Example
White with #60CD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CD2D; }
p { color: rgb(96,205,45); }
H1.HeaderClassName
{
color: #60CD2D;
}
.AnyTagClassName
{
color: #60CD2D;
}
</style>
background-color css
<style>
a { background-color: #60CD2D; }
a { background-color: rgb(96,205,45); }
div.DivClassName
{
background-color: #60CD2D;
}
.BgClassName
{
background-color: #60CD2D;
}
</style>
border-color css
<style>
span { border-color: #60CD2D; }
span { border-color: rgb(96,205,45); }
td.TdClassName
{
border-color: #60CD2D;
}
.TagClassName
{
border-color: #60CD2D;
}
</style>