Shades of Kelly Green #5FDF23
Tints of Kelly Green #5FDF23
RGB
CMYK
RGB Variations
Color information
#5FDF23 (or 0x5FDF23) is known color: Kelly Green. HEX triplet: 5F, DF and 23. RGB value is (95,223,35). Sum of RGB (Red+Green+Blue) = 95+223+35=353 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.91% from 353); Green value is 223 (87.5% from 255 or 63.17% from 353); Blue value is 35 (14.06% from 255 or 9.92% from 353); Max value from RGB is 223 - color contains mainly: green. Hex color #5FDF23 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FDF23 is #A020DC. Grayscale: #A3A3A3. Windows color (decimal): -10494173 or 2350943. OLE color: 2350943.
HSL color Cylindrical-coordinate representation of color #5FDF23: hue angle of 100.85º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5FDF23 is Cyan = 0.57, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 223 | 35 | - |
| CMYK | 0.57 | 0 | 0.84 | 0.13 |
| HSL | 100.85º | 0.75% | 0.51% | - |
| HSV(B) | 100.85º | 0.84% | 0.87% | - |
| XYZ | 31.41 | 55.33 | 10.61 | - |
| YUV | 163.3 | 55.59 | 79.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 223 | 35 | 0.57 | 0 | 0.84 | 0.13 | 100.85 | 0.75 | 0.51 |
| Hex | 5F | DF | 23 | 39 | 0 | 54 | D | 65 | 4B | 33 |
| Octal | 137 | 337 | 43 | 71 | 0 | 124 | 15 | 145 | 113 | 63 |
| Binary | 1011111 | 11011111 | 100011 | 111001 | 0 | 1010100 | 1101 | 1100101 | 1001011 | 110011 |
Color Harmonies of #5FDF23
Complementary color
Monochromatic Colors of #5FDF23
Black with #5FDF23
Text Example
Text Example
White with #5FDF23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDF23; }
p { color: rgb(95,223,35); }
H1.HeaderClassName
{
color: #5FDF23;
}
.AnyTagClassName
{
color: #5FDF23;
}
</style>
background-color css
<style>
a { background-color: #5FDF23; }
a { background-color: rgb(95,223,35); }
div.DivClassName
{
background-color: #5FDF23;
}
.BgClassName
{
background-color: #5FDF23;
}
</style>
border-color css
<style>
span { border-color: #5FDF23; }
span { border-color: rgb(95,223,35); }
td.TdClassName
{
border-color: #5FDF23;
}
.TagClassName
{
border-color: #5FDF23;
}
</style>