Shades of Kelly Green #5FCA1A
Tints of Kelly Green #5FCA1A
RGB
CMYK
RGB Variations
Color information
#5FCA1A (or 0x5FCA1A) is known color: Kelly Green. HEX triplet: 5F, CA and 1A. RGB value is (95,202,26). Sum of RGB (Red+Green+Blue) = 95+202+26=323 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.41% from 323); Green value is 202 (79.30% from 255 or 62.54% from 323); Blue value is 26 (10.55% from 255 or 8.05% from 323); Max value from RGB is 202 - color contains mainly: green. Hex color #5FCA1A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FCA1A is #A035E5. Grayscale: #969696. Windows color (decimal): -10499558 or 1755743. OLE color: 1755743.
HSL color Cylindrical-coordinate representation of color #5FCA1A: hue angle of 96.48º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5FCA1A is Cyan = 0.53, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 95 | 202 | 26 | - |
| CMYK | 0.53 | 0 | 0.87 | 0.21 |
| HSL | 96.48º | 0.77% | 0.45% | - |
| HSV(B) | 96.48º | 0.87% | 0.79% | - |
| XYZ | 26.03 | 44.75 | 8.24 | - |
| YUV | 149.94 | 58.05 | 88.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 202 | 26 | 0.53 | 0 | 0.87 | 0.21 | 96.48 | 0.77 | 0.45 |
| Hex | 5F | CA | 1A | 35 | 0 | 57 | 15 | 60 | 4D | 2D |
| Octal | 137 | 312 | 32 | 65 | 0 | 127 | 25 | 140 | 115 | 55 |
| Binary | 1011111 | 11001010 | 11010 | 110101 | 0 | 1010111 | 10101 | 1100000 | 1001101 | 101101 |
Color Harmonies of #5FCA1A
Complementary color
Monochromatic Colors of #5FCA1A
Black with #5FCA1A
Text Example
Text Example
White with #5FCA1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCA1A; }
p { color: rgb(95,202,26); }
H1.HeaderClassName
{
color: #5FCA1A;
}
.AnyTagClassName
{
color: #5FCA1A;
}
</style>
background-color css
<style>
a { background-color: #5FCA1A; }
a { background-color: rgb(95,202,26); }
div.DivClassName
{
background-color: #5FCA1A;
}
.BgClassName
{
background-color: #5FCA1A;
}
</style>
border-color css
<style>
span { border-color: #5FCA1A; }
span { border-color: rgb(95,202,26); }
td.TdClassName
{
border-color: #5FCA1A;
}
.TagClassName
{
border-color: #5FCA1A;
}
</style>