Shades of Kelly Green #5FC61C
Tints of Kelly Green #5FC61C
RGB
CMYK
RGB Variations
Color information
#5FC61C (or 0x5FC61C) is known color: Kelly Green. HEX triplet: 5F, C6 and 1C. RGB value is (95,198,28). Sum of RGB (Red+Green+Blue) = 95+198+28=321 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.60% from 321); Green value is 198 (77.73% from 255 or 61.68% from 321); Blue value is 28 (11.33% from 255 or 8.72% from 321); Max value from RGB is 198 - color contains mainly: green. Hex color #5FC61C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FC61C is #A039E3. Grayscale: #949494. Windows color (decimal): -10500580 or 1885791. OLE color: 1885791.
HSL color Cylindrical-coordinate representation of color #5FC61C: hue angle of 96.35º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5FC61C is Cyan = 0.52, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 95 | 198 | 28 | - |
| CMYK | 0.52 | 0 | 0.86 | 0.22 |
| HSL | 96.35º | 0.75% | 0.44% | - |
| HSV(B) | 96.35º | 0.86% | 0.78% | - |
| XYZ | 25.12 | 42.9 | 8.06 | - |
| YUV | 147.82 | 60.38 | 90.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 198 | 28 | 0.52 | 0 | 0.86 | 0.22 | 96.35 | 0.75 | 0.44 |
| Hex | 5F | C6 | 1C | 34 | 0 | 56 | 16 | 60 | 4B | 2C |
| Octal | 137 | 306 | 34 | 64 | 0 | 126 | 26 | 140 | 113 | 54 |
| Binary | 1011111 | 11000110 | 11100 | 110100 | 0 | 1010110 | 10110 | 1100000 | 1001011 | 101100 |
Color Harmonies of #5FC61C
Complementary color
Monochromatic Colors of #5FC61C
Black with #5FC61C
Text Example
Text Example
White with #5FC61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC61C; }
p { color: rgb(95,198,28); }
H1.HeaderClassName
{
color: #5FC61C;
}
.AnyTagClassName
{
color: #5FC61C;
}
</style>
background-color css
<style>
a { background-color: #5FC61C; }
a { background-color: rgb(95,198,28); }
div.DivClassName
{
background-color: #5FC61C;
}
.BgClassName
{
background-color: #5FC61C;
}
</style>
border-color css
<style>
span { border-color: #5FC61C; }
span { border-color: rgb(95,198,28); }
td.TdClassName
{
border-color: #5FC61C;
}
.TagClassName
{
border-color: #5FC61C;
}
</style>