Shades of Kelly Green #60DA2F
Tints of Kelly Green #60DA2F
RGB
CMYK
RGB Variations
Color information
#60DA2F (or 0x60DA2F) is known color: Kelly Green. HEX triplet: 60, DA and 2F. RGB value is (96,218,47). Sum of RGB (Red+Green+Blue) = 96+218+47=361 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.59% from 361); Green value is 218 (85.55% from 255 or 60.39% from 361); Blue value is 47 (18.75% from 255 or 13.02% from 361); Max value from RGB is 218 - color contains mainly: green. Hex color #60DA2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60DA2F is #9F25D0. Grayscale: #A2A2A2. Windows color (decimal): -10429905 or 3136096. OLE color: 3136096.
HSL color Cylindrical-coordinate representation of color #60DA2F: hue angle of 102.81º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #60DA2F is Cyan = 0.56, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 218 | 47 | - |
| CMYK | 0.56 | 0 | 0.78 | 0.15 |
| HSL | 102.81º | 0.7% | 0.52% | - |
| HSV(B) | 102.81º | 0.78% | 0.85% | - |
| XYZ | 30.41 | 52.83 | 11.28 | - |
| YUV | 162.03 | 63.08 | 80.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 218 | 47 | 0.56 | 0 | 0.78 | 0.15 | 102.81 | 0.7 | 0.52 |
| Hex | 60 | DA | 2F | 38 | 0 | 4E | F | 67 | 46 | 34 |
| Octal | 140 | 332 | 57 | 70 | 0 | 116 | 17 | 147 | 106 | 64 |
| Binary | 1100000 | 11011010 | 101111 | 111000 | 0 | 1001110 | 1111 | 1100111 | 1000110 | 110100 |
Color Harmonies of #60DA2F
Complementary color
Monochromatic Colors of #60DA2F
Black with #60DA2F
Text Example
Text Example
White with #60DA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DA2F; }
p { color: rgb(96,218,47); }
H1.HeaderClassName
{
color: #60DA2F;
}
.AnyTagClassName
{
color: #60DA2F;
}
</style>
background-color css
<style>
a { background-color: #60DA2F; }
a { background-color: rgb(96,218,47); }
div.DivClassName
{
background-color: #60DA2F;
}
.BgClassName
{
background-color: #60DA2F;
}
</style>
border-color css
<style>
span { border-color: #60DA2F; }
span { border-color: rgb(96,218,47); }
td.TdClassName
{
border-color: #60DA2F;
}
.TagClassName
{
border-color: #60DA2F;
}
</style>