Shades of Kelly Green #4FD50B
Tints of Kelly Green #4FD50B
RGB
CMYK
RGB Variations
Color information
#4FD50B (or 0x4FD50B) is known color: Kelly Green. HEX triplet: 4F, D5 and 0B. RGB value is (79,213,11). Sum of RGB (Red+Green+Blue) = 79+213+11=303 (40% of max value = 765). Red value is 79 (31.25% from 255 or 26.07% from 303); Green value is 213 (83.59% from 255 or 70.30% from 303); Blue value is 11 (4.69% from 255 or 3.63% from 303); Max value from RGB is 213 - color contains mainly: green. Hex color #4FD50B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4FD50B is #B02AF4. Grayscale: #969696. Windows color (decimal): -11545333 or 775503. OLE color: 775503.
HSL color Cylindrical-coordinate representation of color #4FD50B: hue angle of 99.8º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4FD50B is Cyan = 0.63, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 79 | 213 | 11 | - |
| CMYK | 0.63 | 0 | 0.95 | 0.16 |
| HSL | 99.8º | 0.9% | 0.44% | - |
| HSV(B) | 99.8º | 0.95% | 0.84% | - |
| XYZ | 27.08 | 49.27 | 8.4 | - |
| YUV | 149.91 | 49.61 | 77.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 213 | 11 | 0.63 | 0 | 0.95 | 0.16 | 99.8 | 0.9 | 0.44 |
| Hex | 4F | D5 | B | 3F | 0 | 5F | 10 | 64 | 5A | 2C |
| Octal | 117 | 325 | 13 | 77 | 0 | 137 | 20 | 144 | 132 | 54 |
| Binary | 1001111 | 11010101 | 1011 | 111111 | 0 | 1011111 | 10000 | 1100100 | 1011010 | 101100 |
Color Harmonies of #4FD50B
Complementary color
Monochromatic Colors of #4FD50B
Black with #4FD50B
Text Example
Text Example
White with #4FD50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FD50B; }
p { color: rgb(79,213,11); }
H1.HeaderClassName
{
color: #4FD50B;
}
.AnyTagClassName
{
color: #4FD50B;
}
</style>
background-color css
<style>
a { background-color: #4FD50B; }
a { background-color: rgb(79,213,11); }
div.DivClassName
{
background-color: #4FD50B;
}
.BgClassName
{
background-color: #4FD50B;
}
</style>
border-color css
<style>
span { border-color: #4FD50B; }
span { border-color: rgb(79,213,11); }
td.TdClassName
{
border-color: #4FD50B;
}
.TagClassName
{
border-color: #4FD50B;
}
</style>