Shades of Kelly Green #5FD41B
Tints of Kelly Green #5FD41B
RGB
CMYK
RGB Variations
Color information
#5FD41B (or 0x5FD41B) is known color: Kelly Green. HEX triplet: 5F, D4 and 1B. RGB value is (95,212,27). Sum of RGB (Red+Green+Blue) = 95+212+27=334 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.44% from 334); Green value is 212 (83.20% from 255 or 63.47% from 334); Blue value is 27 (10.94% from 255 or 8.08% from 334); Max value from RGB is 212 - color contains mainly: green. Hex color #5FD41B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD41B is #A02BE4. Grayscale: #9C9C9C. Windows color (decimal): -10496997 or 1823839. OLE color: 1823839.
HSL color Cylindrical-coordinate representation of color #5FD41B: hue angle of 97.95º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5FD41B is Cyan = 0.55, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 95 | 212 | 27 | - |
| CMYK | 0.55 | 0 | 0.87 | 0.17 |
| HSL | 97.95º | 0.77% | 0.47% | - |
| HSV(B) | 97.95º | 0.87% | 0.83% | - |
| XYZ | 28.46 | 49.6 | 9.11 | - |
| YUV | 155.93 | 55.24 | 84.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 212 | 27 | 0.55 | 0 | 0.87 | 0.17 | 97.95 | 0.77 | 0.47 |
| Hex | 5F | D4 | 1B | 37 | 0 | 57 | 11 | 62 | 4D | 2F |
| Octal | 137 | 324 | 33 | 67 | 0 | 127 | 21 | 142 | 115 | 57 |
| Binary | 1011111 | 11010100 | 11011 | 110111 | 0 | 1010111 | 10001 | 1100010 | 1001101 | 101111 |
Color Harmonies of #5FD41B
Complementary color
Monochromatic Colors of #5FD41B
Black with #5FD41B
Text Example
Text Example
White with #5FD41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD41B; }
p { color: rgb(95,212,27); }
H1.HeaderClassName
{
color: #5FD41B;
}
.AnyTagClassName
{
color: #5FD41B;
}
</style>
background-color css
<style>
a { background-color: #5FD41B; }
a { background-color: rgb(95,212,27); }
div.DivClassName
{
background-color: #5FD41B;
}
.BgClassName
{
background-color: #5FD41B;
}
</style>
border-color css
<style>
span { border-color: #5FD41B; }
span { border-color: rgb(95,212,27); }
td.TdClassName
{
border-color: #5FD41B;
}
.TagClassName
{
border-color: #5FD41B;
}
</style>