Shades of Kelly Green #5FD02C
Tints of Kelly Green #5FD02C
RGB
CMYK
RGB Variations
Color information
#5FD02C (or 0x5FD02C) is known color: Kelly Green. HEX triplet: 5F, D0 and 2C. RGB value is (95,208,44). Sum of RGB (Red+Green+Blue) = 95+208+44=347 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.38% from 347); Green value is 208 (81.64% from 255 or 59.94% from 347); Blue value is 44 (17.58% from 255 or 12.68% from 347); Max value from RGB is 208 - color contains mainly: green. Hex color #5FD02C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD02C is #A02FD3. Grayscale: #9C9C9C. Windows color (decimal): -10498004 or 2936927. OLE color: 2936927.
HSL color Cylindrical-coordinate representation of color #5FD02C: hue angle of 101.34º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5FD02C is Cyan = 0.54, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 95 | 208 | 44 | - |
| CMYK | 0.54 | 0 | 0.79 | 0.18 |
| HSL | 101.34º | 0.65% | 0.49% | - |
| HSV(B) | 101.34º | 0.79% | 0.82% | - |
| XYZ | 27.73 | 47.73 | 10.13 | - |
| YUV | 155.52 | 65.06 | 84.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 208 | 44 | 0.54 | 0 | 0.79 | 0.18 | 101.34 | 0.65 | 0.49 |
| Hex | 5F | D0 | 2C | 36 | 0 | 4F | 12 | 65 | 41 | 31 |
| Octal | 137 | 320 | 54 | 66 | 0 | 117 | 22 | 145 | 101 | 61 |
| Binary | 1011111 | 11010000 | 101100 | 110110 | 0 | 1001111 | 10010 | 1100101 | 1000001 | 110001 |
Color Harmonies of #5FD02C
Complementary color
Monochromatic Colors of #5FD02C
Black with #5FD02C
Text Example
Text Example
White with #5FD02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD02C; }
p { color: rgb(95,208,44); }
H1.HeaderClassName
{
color: #5FD02C;
}
.AnyTagClassName
{
color: #5FD02C;
}
</style>
background-color css
<style>
a { background-color: #5FD02C; }
a { background-color: rgb(95,208,44); }
div.DivClassName
{
background-color: #5FD02C;
}
.BgClassName
{
background-color: #5FD02C;
}
</style>
border-color css
<style>
span { border-color: #5FD02C; }
span { border-color: rgb(95,208,44); }
td.TdClassName
{
border-color: #5FD02C;
}
.TagClassName
{
border-color: #5FD02C;
}
</style>