Shades of Kelly Green #4ED80B
Tints of Kelly Green #4ED80B
RGB
CMYK
RGB Variations
Color information
#4ED80B (or 0x4ED80B) is known color: Kelly Green. HEX triplet: 4E, D8 and 0B. RGB value is (78,216,11). Sum of RGB (Red+Green+Blue) = 78+216+11=305 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.57% from 305); Green value is 216 (84.77% from 255 or 70.82% from 305); Blue value is 11 (4.69% from 255 or 3.61% from 305); Max value from RGB is 216 - color contains mainly: green. Hex color #4ED80B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4ED80B is #B127F4. Grayscale: #989898. Windows color (decimal): -11610101 or 776270. OLE color: 776270.
HSL color Cylindrical-coordinate representation of color #4ED80B: hue angle of 100.39º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4ED80B is Cyan = 0.64, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 78 | 216 | 11 | - |
| CMYK | 0.64 | 0 | 0.95 | 0.15 |
| HSL | 100.39º | 0.9% | 0.45% | - |
| HSV(B) | 100.39º | 0.95% | 0.85% | - |
| XYZ | 27.76 | 50.76 | 8.65 | - |
| YUV | 151.37 | 48.78 | 75.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 216 | 11 | 0.64 | 0 | 0.95 | 0.15 | 100.39 | 0.9 | 0.45 |
| Hex | 4E | D8 | B | 40 | 0 | 5F | F | 64 | 5A | 2D |
| Octal | 116 | 330 | 13 | 100 | 0 | 137 | 17 | 144 | 132 | 55 |
| Binary | 1001110 | 11011000 | 1011 | 1000000 | 0 | 1011111 | 1111 | 1100100 | 1011010 | 101101 |
Color Harmonies of #4ED80B
Complementary color
Monochromatic Colors of #4ED80B
Black with #4ED80B
Text Example
Text Example
White with #4ED80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED80B; }
p { color: rgb(78,216,11); }
H1.HeaderClassName
{
color: #4ED80B;
}
.AnyTagClassName
{
color: #4ED80B;
}
</style>
background-color css
<style>
a { background-color: #4ED80B; }
a { background-color: rgb(78,216,11); }
div.DivClassName
{
background-color: #4ED80B;
}
.BgClassName
{
background-color: #4ED80B;
}
</style>
border-color css
<style>
span { border-color: #4ED80B; }
span { border-color: rgb(78,216,11); }
td.TdClassName
{
border-color: #4ED80B;
}
.TagClassName
{
border-color: #4ED80B;
}
</style>