Shades of Kelly Green #5FC21A
Tints of Kelly Green #5FC21A
RGB
CMYK
RGB Variations
Color information
#5FC21A (or 0x5FC21A) is known color: Kelly Green. HEX triplet: 5F, C2 and 1A. RGB value is (95,194,26). Sum of RGB (Red+Green+Blue) = 95+194+26=315 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.16% from 315); Green value is 194 (76.17% from 255 or 61.59% from 315); Blue value is 26 (10.55% from 255 or 8.25% from 315); Max value from RGB is 194 - color contains mainly: green. Hex color #5FC21A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FC21A is #A03DE5. Grayscale: #919191. Windows color (decimal): -10501606 or 1753695. OLE color: 1753695.
HSL color Cylindrical-coordinate representation of color #5FC21A: hue angle of 95.36º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5FC21A is Cyan = 0.51, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 95 | 194 | 26 | - |
| CMYK | 0.51 | 0 | 0.87 | 0.24 |
| HSL | 95.36º | 0.76% | 0.43% | - |
| HSV(B) | 95.36º | 0.87% | 0.76% | - |
| XYZ | 24.2 | 41.09 | 7.63 | - |
| YUV | 145.25 | 60.7 | 92.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 194 | 26 | 0.51 | 0 | 0.87 | 0.24 | 95.36 | 0.76 | 0.43 |
| Hex | 5F | C2 | 1A | 33 | 0 | 57 | 18 | 5F | 4C | 2B |
| Octal | 137 | 302 | 32 | 63 | 0 | 127 | 30 | 137 | 114 | 53 |
| Binary | 1011111 | 11000010 | 11010 | 110011 | 0 | 1010111 | 11000 | 1011111 | 1001100 | 101011 |
Color Harmonies of #5FC21A
Complementary color
Monochromatic Colors of #5FC21A
Black with #5FC21A
Text Example
Text Example
White with #5FC21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC21A; }
p { color: rgb(95,194,26); }
H1.HeaderClassName
{
color: #5FC21A;
}
.AnyTagClassName
{
color: #5FC21A;
}
</style>
background-color css
<style>
a { background-color: #5FC21A; }
a { background-color: rgb(95,194,26); }
div.DivClassName
{
background-color: #5FC21A;
}
.BgClassName
{
background-color: #5FC21A;
}
</style>
border-color css
<style>
span { border-color: #5FC21A; }
span { border-color: rgb(95,194,26); }
td.TdClassName
{
border-color: #5FC21A;
}
.TagClassName
{
border-color: #5FC21A;
}
</style>