Shades of Kelly Green #5FD40B
Tints of Kelly Green #5FD40B
RGB
CMYK
RGB Variations
Color information
#5FD40B (or 0x5FD40B) is known color: Kelly Green. HEX triplet: 5F, D4 and 0B. RGB value is (95,212,11). Sum of RGB (Red+Green+Blue) = 95+212+11=318 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.87% from 318); Green value is 212 (83.20% from 255 or 66.67% from 318); Blue value is 11 (4.69% from 255 or 3.46% from 318); Max value from RGB is 212 - color contains mainly: green. Hex color #5FD40B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FD40B is #A02BF4. Grayscale: #9A9A9A. Windows color (decimal): -10497013 or 775263. OLE color: 775263.
HSL color Cylindrical-coordinate representation of color #5FD40B: hue angle of 94.93º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5FD40B is Cyan = 0.55, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 95 | 212 | 11 | - |
| CMYK | 0.55 | 0 | 0.95 | 0.17 |
| HSL | 94.93º | 0.9% | 0.44% | - |
| HSV(B) | 94.93º | 0.95% | 0.83% | - |
| XYZ | 28.32 | 49.54 | 8.39 | - |
| YUV | 154.1 | 47.24 | 85.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 212 | 11 | 0.55 | 0 | 0.95 | 0.17 | 94.93 | 0.9 | 0.44 |
| Hex | 5F | D4 | B | 37 | 0 | 5F | 11 | 5F | 5A | 2C |
| Octal | 137 | 324 | 13 | 67 | 0 | 137 | 21 | 137 | 132 | 54 |
| Binary | 1011111 | 11010100 | 1011 | 110111 | 0 | 1011111 | 10001 | 1011111 | 1011010 | 101100 |
Color Harmonies of #5FD40B
Complementary color
Monochromatic Colors of #5FD40B
Black with #5FD40B
Text Example
Text Example
White with #5FD40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD40B; }
p { color: rgb(95,212,11); }
H1.HeaderClassName
{
color: #5FD40B;
}
.AnyTagClassName
{
color: #5FD40B;
}
</style>
background-color css
<style>
a { background-color: #5FD40B; }
a { background-color: rgb(95,212,11); }
div.DivClassName
{
background-color: #5FD40B;
}
.BgClassName
{
background-color: #5FD40B;
}
</style>
border-color css
<style>
span { border-color: #5FD40B; }
span { border-color: rgb(95,212,11); }
td.TdClassName
{
border-color: #5FD40B;
}
.TagClassName
{
border-color: #5FD40B;
}
</style>