Shades of Kelly Green #5FCA0C
Tints of Kelly Green #5FCA0C
RGB
CMYK
RGB Variations
Color information
#5FCA0C (or 0x5FCA0C) is known color: Kelly Green. HEX triplet: 5F, CA and 0C. RGB value is (95,202,12). Sum of RGB (Red+Green+Blue) = 95+202+12=309 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.74% from 309); Green value is 202 (79.30% from 255 or 65.37% from 309); Blue value is 12 (5.08% from 255 or 3.88% from 309); Max value from RGB is 202 - color contains mainly: green. Hex color #5FCA0C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FCA0C is #A035F3. Grayscale: #959595. Windows color (decimal): -10499572 or 838239. OLE color: 838239.
HSL color Cylindrical-coordinate representation of color #5FCA0C: hue angle of 93.79º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5FCA0C is Cyan = 0.53, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 95 | 202 | 12 | - |
| CMYK | 0.53 | 0 | 0.94 | 0.21 |
| HSL | 93.79º | 0.89% | 0.42% | - |
| HSV(B) | 93.79º | 0.94% | 0.79% | - |
| XYZ | 25.91 | 44.7 | 7.61 | - |
| YUV | 148.35 | 51.05 | 89.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 202 | 12 | 0.53 | 0 | 0.94 | 0.21 | 93.79 | 0.89 | 0.42 |
| Hex | 5F | CA | C | 35 | 0 | 5E | 15 | 5E | 59 | 2A |
| Octal | 137 | 312 | 14 | 65 | 0 | 136 | 25 | 136 | 131 | 52 |
| Binary | 1011111 | 11001010 | 1100 | 110101 | 0 | 1011110 | 10101 | 1011110 | 1011001 | 101010 |
Color Harmonies of #5FCA0C
Complementary color
Monochromatic Colors of #5FCA0C
Black with #5FCA0C
Text Example
Text Example
White with #5FCA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCA0C; }
p { color: rgb(95,202,12); }
H1.HeaderClassName
{
color: #5FCA0C;
}
.AnyTagClassName
{
color: #5FCA0C;
}
</style>
background-color css
<style>
a { background-color: #5FCA0C; }
a { background-color: rgb(95,202,12); }
div.DivClassName
{
background-color: #5FCA0C;
}
.BgClassName
{
background-color: #5FCA0C;
}
</style>
border-color css
<style>
span { border-color: #5FCA0C; }
span { border-color: rgb(95,202,12); }
td.TdClassName
{
border-color: #5FCA0C;
}
.TagClassName
{
border-color: #5FCA0C;
}
</style>