Shades of Kelly Green #4DD00B
Tints of Kelly Green #4DD00B
RGB
CMYK
RGB Variations
Color information
#4DD00B (or 0x4DD00B) is known color: Kelly Green. HEX triplet: 4D, D0 and 0B. RGB value is (77,208,11). Sum of RGB (Red+Green+Blue) = 77+208+11=296 (39% of max value = 765). Red value is 77 (30.47% from 255 or 26.01% from 296); Green value is 208 (81.64% from 255 or 70.27% from 296); Blue value is 11 (4.69% from 255 or 3.72% from 296); Max value from RGB is 208 - color contains mainly: green. Hex color #4DD00B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4DD00B is #B22FF4. Grayscale: #939393. Windows color (decimal): -11677685 or 774221. OLE color: 774221.
HSL color Cylindrical-coordinate representation of color #4DD00B: hue angle of 99.9º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4DD00B is Cyan = 0.63, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 77 | 208 | 11 | - |
| CMYK | 0.63 | 0 | 0.95 | 0.18 |
| HSL | 99.9º | 0.9% | 0.43% | - |
| HSV(B) | 99.9º | 0.95% | 0.82% | - |
| XYZ | 25.68 | 46.71 | 7.98 | - |
| YUV | 146.37 | 51.6 | 78.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 208 | 11 | 0.63 | 0 | 0.95 | 0.18 | 99.9 | 0.9 | 0.43 |
| Hex | 4D | D0 | B | 3F | 0 | 5F | 12 | 64 | 5A | 2B |
| Octal | 115 | 320 | 13 | 77 | 0 | 137 | 22 | 144 | 132 | 53 |
| Binary | 1001101 | 11010000 | 1011 | 111111 | 0 | 1011111 | 10010 | 1100100 | 1011010 | 101011 |
Color Harmonies of #4DD00B
Complementary color
Monochromatic Colors of #4DD00B
Black with #4DD00B
Text Example
Text Example
White with #4DD00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD00B; }
p { color: rgb(77,208,11); }
H1.HeaderClassName
{
color: #4DD00B;
}
.AnyTagClassName
{
color: #4DD00B;
}
</style>
background-color css
<style>
a { background-color: #4DD00B; }
a { background-color: rgb(77,208,11); }
div.DivClassName
{
background-color: #4DD00B;
}
.BgClassName
{
background-color: #4DD00B;
}
</style>
border-color css
<style>
span { border-color: #4DD00B; }
span { border-color: rgb(77,208,11); }
td.TdClassName
{
border-color: #4DD00B;
}
.TagClassName
{
border-color: #4DD00B;
}
</style>