Shades of Kelly Green #5FCA12
Tints of Kelly Green #5FCA12
RGB
CMYK
RGB Variations
Color information
#5FCA12 (or 0x5FCA12) is known color: Kelly Green. HEX triplet: 5F, CA and 12. RGB value is (95,202,18). Sum of RGB (Red+Green+Blue) = 95+202+18=315 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.16% from 315); Green value is 202 (79.30% from 255 or 64.13% from 315); Blue value is 18 (7.42% from 255 or 5.71% from 315); Max value from RGB is 202 - color contains mainly: green. Hex color #5FCA12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FCA12 is #A035ED. Grayscale: #959595. Windows color (decimal): -10499566 or 1231455. OLE color: 1231455.
HSL color Cylindrical-coordinate representation of color #5FCA12: hue angle of 94.89º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5FCA12 is Cyan = 0.53, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 95 | 202 | 18 | - |
| CMYK | 0.53 | 0 | 0.91 | 0.21 |
| HSL | 94.89º | 0.84% | 0.43% | - |
| HSV(B) | 94.89º | 0.91% | 0.79% | - |
| XYZ | 25.95 | 44.72 | 7.84 | - |
| YUV | 149.03 | 54.05 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 202 | 18 | 0.53 | 0 | 0.91 | 0.21 | 94.89 | 0.84 | 0.43 |
| Hex | 5F | CA | 12 | 35 | 0 | 5B | 15 | 5F | 54 | 2B |
| Octal | 137 | 312 | 22 | 65 | 0 | 133 | 25 | 137 | 124 | 53 |
| Binary | 1011111 | 11001010 | 10010 | 110101 | 0 | 1011011 | 10101 | 1011111 | 1010100 | 101011 |
Color Harmonies of #5FCA12
Complementary color
Monochromatic Colors of #5FCA12
Black with #5FCA12
Text Example
Text Example
White with #5FCA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCA12; }
p { color: rgb(95,202,18); }
H1.HeaderClassName
{
color: #5FCA12;
}
.AnyTagClassName
{
color: #5FCA12;
}
</style>
background-color css
<style>
a { background-color: #5FCA12; }
a { background-color: rgb(95,202,18); }
div.DivClassName
{
background-color: #5FCA12;
}
.BgClassName
{
background-color: #5FCA12;
}
</style>
border-color css
<style>
span { border-color: #5FCA12; }
span { border-color: rgb(95,202,18); }
td.TdClassName
{
border-color: #5FCA12;
}
.TagClassName
{
border-color: #5FCA12;
}
</style>