Shades of Kelly Green #5FCC1F
Tints of Kelly Green #5FCC1F
RGB
CMYK
RGB Variations
Color information
#5FCC1F (or 0x5FCC1F) is known color: Kelly Green. HEX triplet: 5F, CC and 1F. RGB value is (95,204,31). Sum of RGB (Red+Green+Blue) = 95+204+31=330 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.79% from 330); Green value is 204 (80.08% from 255 or 61.82% from 330); Blue value is 31 (12.5% from 255 or 9.39% from 330); Max value from RGB is 204 - color contains mainly: green. Hex color #5FCC1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FCC1F is #A033E0. Grayscale: #989898. Windows color (decimal): -10499041 or 2083935. OLE color: 2083935.
HSL color Cylindrical-coordinate representation of color #5FCC1F: hue angle of 97.8º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5FCC1F is Cyan = 0.53, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 95 | 204 | 31 | - |
| CMYK | 0.53 | 0 | 0.85 | 0.2 |
| HSL | 97.8º | 0.74% | 0.46% | - |
| HSV(B) | 97.8º | 0.85% | 0.8% | - |
| XYZ | 26.56 | 45.72 | 8.72 | - |
| YUV | 151.69 | 59.89 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 204 | 31 | 0.53 | 0 | 0.85 | 0.2 | 97.8 | 0.74 | 0.46 |
| Hex | 5F | CC | 1F | 35 | 0 | 55 | 14 | 62 | 4A | 2E |
| Octal | 137 | 314 | 37 | 65 | 0 | 125 | 24 | 142 | 112 | 56 |
| Binary | 1011111 | 11001100 | 11111 | 110101 | 0 | 1010101 | 10100 | 1100010 | 1001010 | 101110 |
Color Harmonies of #5FCC1F
Complementary color
Monochromatic Colors of #5FCC1F
Black with #5FCC1F
Text Example
Text Example
White with #5FCC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCC1F; }
p { color: rgb(95,204,31); }
H1.HeaderClassName
{
color: #5FCC1F;
}
.AnyTagClassName
{
color: #5FCC1F;
}
</style>
background-color css
<style>
a { background-color: #5FCC1F; }
a { background-color: rgb(95,204,31); }
div.DivClassName
{
background-color: #5FCC1F;
}
.BgClassName
{
background-color: #5FCC1F;
}
</style>
border-color css
<style>
span { border-color: #5FCC1F; }
span { border-color: rgb(95,204,31); }
td.TdClassName
{
border-color: #5FCC1F;
}
.TagClassName
{
border-color: #5FCC1F;
}
</style>