Shades of Kelly Green #60CF2C
Tints of Kelly Green #60CF2C
RGB
CMYK
RGB Variations
Color information
#60CF2C (or 0x60CF2C) is known color: Kelly Green. HEX triplet: 60, CF and 2C. RGB value is (96,207,44). Sum of RGB (Red+Green+Blue) = 96+207+44=347 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.67% from 347); Green value is 207 (81.25% from 255 or 59.65% from 347); Blue value is 44 (17.58% from 255 or 12.68% from 347); Max value from RGB is 207 - color contains mainly: green. Hex color #60CF2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60CF2C is #9F30D3. Grayscale: #9B9B9B. Windows color (decimal): -10432724 or 2936672. OLE color: 2936672.
HSL color Cylindrical-coordinate representation of color #60CF2C: hue angle of 100.86º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #60CF2C is Cyan = 0.54, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 207 | 44 | - |
| CMYK | 0.54 | 0 | 0.79 | 0.19 |
| HSL | 100.86º | 0.65% | 0.49% | - |
| HSV(B) | 100.86º | 0.79% | 0.81% | - |
| XYZ | 27.59 | 47.29 | 10.06 | - |
| YUV | 155.23 | 65.23 | 85.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 207 | 44 | 0.54 | 0 | 0.79 | 0.19 | 100.86 | 0.65 | 0.49 |
| Hex | 60 | CF | 2C | 36 | 0 | 4F | 13 | 65 | 41 | 31 |
| Octal | 140 | 317 | 54 | 66 | 0 | 117 | 23 | 145 | 101 | 61 |
| Binary | 1100000 | 11001111 | 101100 | 110110 | 0 | 1001111 | 10011 | 1100101 | 1000001 | 110001 |
Color Harmonies of #60CF2C
Complementary color
Monochromatic Colors of #60CF2C
Black with #60CF2C
Text Example
Text Example
White with #60CF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CF2C; }
p { color: rgb(96,207,44); }
H1.HeaderClassName
{
color: #60CF2C;
}
.AnyTagClassName
{
color: #60CF2C;
}
</style>
background-color css
<style>
a { background-color: #60CF2C; }
a { background-color: rgb(96,207,44); }
div.DivClassName
{
background-color: #60CF2C;
}
.BgClassName
{
background-color: #60CF2C;
}
</style>
border-color css
<style>
span { border-color: #60CF2C; }
span { border-color: rgb(96,207,44); }
td.TdClassName
{
border-color: #60CF2C;
}
.TagClassName
{
border-color: #60CF2C;
}
</style>