Shades of Kelly Green #60DE2D
Tints of Kelly Green #60DE2D
RGB
CMYK
RGB Variations
Color information
#60DE2D (or 0x60DE2D) is known color: Kelly Green. HEX triplet: 60, DE and 2D. RGB value is (96,222,45). Sum of RGB (Red+Green+Blue) = 96+222+45=363 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.45% from 363); Green value is 222 (87.11% from 255 or 61.16% from 363); Blue value is 45 (17.97% from 255 or 12.40% from 363); Max value from RGB is 222 - color contains mainly: green. Hex color #60DE2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60DE2D is #9F21D2. Grayscale: #A4A4A4. Windows color (decimal): -10428883 or 3006048. OLE color: 3006048.
HSL color Cylindrical-coordinate representation of color #60DE2D: hue angle of 102.71º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #60DE2D is Cyan = 0.57, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 222 | 45 | - |
| CMYK | 0.57 | 0 | 0.80 | 0.13 |
| HSL | 102.71º | 0.73% | 0.52% | - |
| HSV(B) | 102.71º | 0.8% | 0.87% | - |
| XYZ | 31.42 | 54.92 | 11.43 | - |
| YUV | 164.15 | 60.76 | 79.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 222 | 45 | 0.57 | 0 | 0.80 | 0.13 | 102.71 | 0.73 | 0.52 |
| Hex | 60 | DE | 2D | 39 | 0 | 50 | D | 67 | 49 | 34 |
| Octal | 140 | 336 | 55 | 71 | 0 | 120 | 15 | 147 | 111 | 64 |
| Binary | 1100000 | 11011110 | 101101 | 111001 | 0 | 1010000 | 1101 | 1100111 | 1001001 | 110100 |
Color Harmonies of #60DE2D
Complementary color
Monochromatic Colors of #60DE2D
Black with #60DE2D
Text Example
Text Example
White with #60DE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DE2D; }
p { color: rgb(96,222,45); }
H1.HeaderClassName
{
color: #60DE2D;
}
.AnyTagClassName
{
color: #60DE2D;
}
</style>
background-color css
<style>
a { background-color: #60DE2D; }
a { background-color: rgb(96,222,45); }
div.DivClassName
{
background-color: #60DE2D;
}
.BgClassName
{
background-color: #60DE2D;
}
</style>
border-color css
<style>
span { border-color: #60DE2D; }
span { border-color: rgb(96,222,45); }
td.TdClassName
{
border-color: #60DE2D;
}
.TagClassName
{
border-color: #60DE2D;
}
</style>