Shades of Kelly Green #5FD02D
Tints of Kelly Green #5FD02D
RGB
CMYK
RGB Variations
Color information
#5FD02D (or 0x5FD02D) is known color: Kelly Green. HEX triplet: 5F, D0 and 2D. RGB value is (95,208,45). Sum of RGB (Red+Green+Blue) = 95+208+45=348 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.30% from 348); Green value is 208 (81.64% from 255 or 59.77% from 348); Blue value is 45 (17.97% from 255 or 12.93% from 348); Max value from RGB is 208 - color contains mainly: green. Hex color #5FD02D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD02D is #A02FD2. Grayscale: #9C9C9C. Windows color (decimal): -10498003 or 3002463. OLE color: 3002463.
HSL color Cylindrical-coordinate representation of color #5FD02D: hue angle of 101.6º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5FD02D is Cyan = 0.54, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 95 | 208 | 45 | - |
| CMYK | 0.54 | 0 | 0.78 | 0.18 |
| HSL | 101.6º | 0.64% | 0.5% | - |
| HSV(B) | 101.6º | 0.78% | 0.82% | - |
| XYZ | 27.75 | 47.73 | 10.23 | - |
| YUV | 155.63 | 65.56 | 84.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 208 | 45 | 0.54 | 0 | 0.78 | 0.18 | 101.6 | 0.64 | 0.5 |
| Hex | 5F | D0 | 2D | 36 | 0 | 4E | 12 | 66 | 40 | 32 |
| Octal | 137 | 320 | 55 | 66 | 0 | 116 | 22 | 146 | 100 | 62 |
| Binary | 1011111 | 11010000 | 101101 | 110110 | 0 | 1001110 | 10010 | 1100110 | 1000000 | 110010 |
Color Harmonies of #5FD02D
Complementary color
Monochromatic Colors of #5FD02D
Black with #5FD02D
Text Example
Text Example
White with #5FD02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD02D; }
p { color: rgb(95,208,45); }
H1.HeaderClassName
{
color: #5FD02D;
}
.AnyTagClassName
{
color: #5FD02D;
}
</style>
background-color css
<style>
a { background-color: #5FD02D; }
a { background-color: rgb(95,208,45); }
div.DivClassName
{
background-color: #5FD02D;
}
.BgClassName
{
background-color: #5FD02D;
}
</style>
border-color css
<style>
span { border-color: #5FD02D; }
span { border-color: rgb(95,208,45); }
td.TdClassName
{
border-color: #5FD02D;
}
.TagClassName
{
border-color: #5FD02D;
}
</style>