Shades of Kelly Green #5FDC31
Tints of Kelly Green #5FDC31
RGB
CMYK
RGB Variations
Color information
#5FDC31 (or 0x5FDC31) is known color: Kelly Green. HEX triplet: 5F, DC and 31. RGB value is (95,220,49). Sum of RGB (Red+Green+Blue) = 95+220+49=364 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.10% from 364); Green value is 220 (86.33% from 255 or 60.44% from 364); Blue value is 49 (19.53% from 255 or 13.46% from 364); Max value from RGB is 220 - color contains mainly: green. Hex color #5FDC31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FDC31 is #A023CE. Grayscale: #A3A3A3. Windows color (decimal): -10494927 or 3267679. OLE color: 3267679.
HSL color Cylindrical-coordinate representation of color #5FDC31: hue angle of 103.86º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5FDC31 is Cyan = 0.57, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 220 | 49 | - |
| CMYK | 0.57 | 0 | 0.78 | 0.14 |
| HSL | 103.86º | 0.71% | 0.53% | - |
| HSV(B) | 103.86º | 0.78% | 0.86% | - |
| XYZ | 30.87 | 53.84 | 11.67 | - |
| YUV | 163.13 | 63.59 | 79.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 220 | 49 | 0.57 | 0 | 0.78 | 0.14 | 103.86 | 0.71 | 0.53 |
| Hex | 5F | DC | 31 | 39 | 0 | 4E | E | 68 | 47 | 35 |
| Octal | 137 | 334 | 61 | 71 | 0 | 116 | 16 | 150 | 107 | 65 |
| Binary | 1011111 | 11011100 | 110001 | 111001 | 0 | 1001110 | 1110 | 1101000 | 1000111 | 110101 |
Color Harmonies of #5FDC31
Complementary color
Monochromatic Colors of #5FDC31
Black with #5FDC31
Text Example
Text Example
White with #5FDC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDC31; }
p { color: rgb(95,220,49); }
H1.HeaderClassName
{
color: #5FDC31;
}
.AnyTagClassName
{
color: #5FDC31;
}
</style>
background-color css
<style>
a { background-color: #5FDC31; }
a { background-color: rgb(95,220,49); }
div.DivClassName
{
background-color: #5FDC31;
}
.BgClassName
{
background-color: #5FDC31;
}
</style>
border-color css
<style>
span { border-color: #5FDC31; }
span { border-color: rgb(95,220,49); }
td.TdClassName
{
border-color: #5FDC31;
}
.TagClassName
{
border-color: #5FDC31;
}
</style>