Shades of Kelly Green #60DF1E
Tints of Kelly Green #60DF1E
RGB
CMYK
RGB Variations
Color information
#60DF1E (or 0x60DF1E) is known color: Kelly Green. HEX triplet: 60, DF and 1E. RGB value is (96,223,30). Sum of RGB (Red+Green+Blue) = 96+223+30=349 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.51% from 349); Green value is 223 (87.5% from 255 or 63.90% from 349); Blue value is 30 (12.11% from 255 or 8.60% from 349); Max value from RGB is 223 - color contains mainly: green. Hex color #60DF1E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60DF1E is #9F20E1. Grayscale: #A3A3A3. Windows color (decimal): -10428642 or 2023264. OLE color: 2023264.
HSL color Cylindrical-coordinate representation of color #60DF1E: hue angle of 99.48º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #60DF1E is Cyan = 0.57, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 223 | 30 | - |
| CMYK | 0.57 | 0 | 0.87 | 0.13 |
| HSL | 99.48º | 0.76% | 0.5% | - |
| HSV(B) | 99.48º | 0.87% | 0.87% | - |
| XYZ | 31.45 | 55.36 | 10.26 | - |
| YUV | 163.03 | 52.92 | 80.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 223 | 30 | 0.57 | 0 | 0.87 | 0.13 | 99.48 | 0.76 | 0.5 |
| Hex | 60 | DF | 1E | 39 | 0 | 57 | D | 63 | 4C | 32 |
| Octal | 140 | 337 | 36 | 71 | 0 | 127 | 15 | 143 | 114 | 62 |
| Binary | 1100000 | 11011111 | 11110 | 111001 | 0 | 1010111 | 1101 | 1100011 | 1001100 | 110010 |
Color Harmonies of #60DF1E
Complementary color
Monochromatic Colors of #60DF1E
Black with #60DF1E
Text Example
Text Example
White with #60DF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DF1E; }
p { color: rgb(96,223,30); }
H1.HeaderClassName
{
color: #60DF1E;
}
.AnyTagClassName
{
color: #60DF1E;
}
</style>
background-color css
<style>
a { background-color: #60DF1E; }
a { background-color: rgb(96,223,30); }
div.DivClassName
{
background-color: #60DF1E;
}
.BgClassName
{
background-color: #60DF1E;
}
</style>
border-color css
<style>
span { border-color: #60DF1E; }
span { border-color: rgb(96,223,30); }
td.TdClassName
{
border-color: #60DF1E;
}
.TagClassName
{
border-color: #60DF1E;
}
</style>