Shades of Kelly Green #60CA24
Tints of Kelly Green #60CA24
RGB
CMYK
RGB Variations
Color information
#60CA24 (or 0x60CA24) is known color: Kelly Green. HEX triplet: 60, CA and 24. RGB value is (96,202,36). Sum of RGB (Red+Green+Blue) = 96+202+36=334 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.74% from 334); Green value is 202 (79.30% from 255 or 60.48% from 334); Blue value is 36 (14.45% from 255 or 10.78% from 334); Max value from RGB is 202 - color contains mainly: green. Hex color #60CA24 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60CA24 is #9F35DB. Grayscale: #979797. Windows color (decimal): -10434012 or 2411104. OLE color: 2411104.
HSL color Cylindrical-coordinate representation of color #60CA24: hue angle of 98.31º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #60CA24 is Cyan = 0.52, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 202 | 36 | - |
| CMYK | 0.52 | 0 | 0.82 | 0.21 |
| HSL | 98.31º | 0.7% | 0.47% | - |
| HSV(B) | 98.31º | 0.82% | 0.79% | - |
| XYZ | 26.26 | 44.86 | 8.94 | - |
| YUV | 151.38 | 62.88 | 88.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 202 | 36 | 0.52 | 0 | 0.82 | 0.21 | 98.31 | 0.7 | 0.47 |
| Hex | 60 | CA | 24 | 34 | 0 | 52 | 15 | 62 | 46 | 2F |
| Octal | 140 | 312 | 44 | 64 | 0 | 122 | 25 | 142 | 106 | 57 |
| Binary | 1100000 | 11001010 | 100100 | 110100 | 0 | 1010010 | 10101 | 1100010 | 1000110 | 101111 |
Color Harmonies of #60CA24
Complementary color
Monochromatic Colors of #60CA24
Black with #60CA24
Text Example
Text Example
White with #60CA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CA24; }
p { color: rgb(96,202,36); }
H1.HeaderClassName
{
color: #60CA24;
}
.AnyTagClassName
{
color: #60CA24;
}
</style>
background-color css
<style>
a { background-color: #60CA24; }
a { background-color: rgb(96,202,36); }
div.DivClassName
{
background-color: #60CA24;
}
.BgClassName
{
background-color: #60CA24;
}
</style>
border-color css
<style>
span { border-color: #60CA24; }
span { border-color: rgb(96,202,36); }
td.TdClassName
{
border-color: #60CA24;
}
.TagClassName
{
border-color: #60CA24;
}
</style>