Shades of Kelly Green #5FD023
Tints of Kelly Green #5FD023
RGB
CMYK
RGB Variations
Color information
#5FD023 (or 0x5FD023) is known color: Kelly Green. HEX triplet: 5F, D0 and 23. RGB value is (95,208,35). Sum of RGB (Red+Green+Blue) = 95+208+35=338 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.11% from 338); Green value is 208 (81.64% from 255 or 61.54% from 338); Blue value is 35 (14.06% from 255 or 10.36% from 338); Max value from RGB is 208 - color contains mainly: green. Hex color #5FD023 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD023 is #A02FDC. Grayscale: #9B9B9B. Windows color (decimal): -10498013 or 2347103. OLE color: 2347103.
HSL color Cylindrical-coordinate representation of color #5FD023: hue angle of 99.19º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5FD023 is Cyan = 0.54, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 95 | 208 | 35 | - |
| CMYK | 0.54 | 0 | 0.83 | 0.18 |
| HSL | 99.19º | 0.71% | 0.48% | - |
| HSV(B) | 99.19º | 0.83% | 0.82% | - |
| XYZ | 27.58 | 47.67 | 9.34 | - |
| YUV | 154.49 | 60.56 | 85.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 208 | 35 | 0.54 | 0 | 0.83 | 0.18 | 99.19 | 0.71 | 0.48 |
| Hex | 5F | D0 | 23 | 36 | 0 | 53 | 12 | 63 | 47 | 30 |
| Octal | 137 | 320 | 43 | 66 | 0 | 123 | 22 | 143 | 107 | 60 |
| Binary | 1011111 | 11010000 | 100011 | 110110 | 0 | 1010011 | 10010 | 1100011 | 1000111 | 110000 |
Color Harmonies of #5FD023
Complementary color
Monochromatic Colors of #5FD023
Black with #5FD023
Text Example
Text Example
White with #5FD023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD023; }
p { color: rgb(95,208,35); }
H1.HeaderClassName
{
color: #5FD023;
}
.AnyTagClassName
{
color: #5FD023;
}
</style>
background-color css
<style>
a { background-color: #5FD023; }
a { background-color: rgb(95,208,35); }
div.DivClassName
{
background-color: #5FD023;
}
.BgClassName
{
background-color: #5FD023;
}
</style>
border-color css
<style>
span { border-color: #5FD023; }
span { border-color: rgb(95,208,35); }
td.TdClassName
{
border-color: #5FD023;
}
.TagClassName
{
border-color: #5FD023;
}
</style>