Shades of Kelly Green #5FDC27
Tints of Kelly Green #5FDC27
RGB
CMYK
RGB Variations
Color information
#5FDC27 (or 0x5FDC27) is known color: Kelly Green. HEX triplet: 5F, DC and 27. RGB value is (95,220,39). Sum of RGB (Red+Green+Blue) = 95+220+39=354 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.84% from 354); Green value is 220 (86.33% from 255 or 62.15% from 354); Blue value is 39 (15.62% from 255 or 11.02% from 354); Max value from RGB is 220 - color contains mainly: green. Hex color #5FDC27 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FDC27 is #A023D8. Grayscale: #A2A2A2. Windows color (decimal): -10494937 or 2612319. OLE color: 2612319.
HSL color Cylindrical-coordinate representation of color #5FDC27: hue angle of 101.44º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5FDC27 is Cyan = 0.57, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 220 | 39 | - |
| CMYK | 0.57 | 0 | 0.82 | 0.14 |
| HSL | 101.44º | 0.72% | 0.51% | - |
| HSV(B) | 101.44º | 0.82% | 0.86% | - |
| XYZ | 30.68 | 53.77 | 10.68 | - |
| YUV | 161.99 | 58.59 | 80.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 220 | 39 | 0.57 | 0 | 0.82 | 0.14 | 101.44 | 0.72 | 0.51 |
| Hex | 5F | DC | 27 | 39 | 0 | 52 | E | 65 | 48 | 33 |
| Octal | 137 | 334 | 47 | 71 | 0 | 122 | 16 | 145 | 110 | 63 |
| Binary | 1011111 | 11011100 | 100111 | 111001 | 0 | 1010010 | 1110 | 1100101 | 1001000 | 110011 |
Color Harmonies of #5FDC27
Complementary color
Monochromatic Colors of #5FDC27
Black with #5FDC27
Text Example
Text Example
White with #5FDC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDC27; }
p { color: rgb(95,220,39); }
H1.HeaderClassName
{
color: #5FDC27;
}
.AnyTagClassName
{
color: #5FDC27;
}
</style>
background-color css
<style>
a { background-color: #5FDC27; }
a { background-color: rgb(95,220,39); }
div.DivClassName
{
background-color: #5FDC27;
}
.BgClassName
{
background-color: #5FDC27;
}
</style>
border-color css
<style>
span { border-color: #5FDC27; }
span { border-color: rgb(95,220,39); }
td.TdClassName
{
border-color: #5FDC27;
}
.TagClassName
{
border-color: #5FDC27;
}
</style>