Shades of Kelly Green #4DD70B
Tints of Kelly Green #4DD70B
RGB
CMYK
RGB Variations
Color information
#4DD70B (or 0x4DD70B) is known color: Kelly Green. HEX triplet: 4D, D7 and 0B. RGB value is (77,215,11). Sum of RGB (Red+Green+Blue) = 77+215+11=303 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.41% from 303); Green value is 215 (84.38% from 255 or 70.96% from 303); Blue value is 11 (4.69% from 255 or 3.63% from 303); Max value from RGB is 215 - color contains mainly: green. Hex color #4DD70B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4DD70B is #B228F4. Grayscale: #979797. Windows color (decimal): -11675893 or 776013. OLE color: 776013.
HSL color Cylindrical-coordinate representation of color #4DD70B: hue angle of 100.59º 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 #4DD70B is Cyan = 0.64, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 77 | 215 | 11 | - |
| CMYK | 0.64 | 0 | 0.95 | 0.16 |
| HSL | 100.59º | 0.9% | 0.44% | - |
| HSV(B) | 100.59º | 0.95% | 0.84% | - |
| XYZ | 27.42 | 50.2 | 8.56 | - |
| YUV | 150.48 | 49.28 | 75.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 215 | 11 | 0.64 | 0 | 0.95 | 0.16 | 100.59 | 0.9 | 0.44 |
| Hex | 4D | D7 | B | 40 | 0 | 5F | 10 | 65 | 5A | 2C |
| Octal | 115 | 327 | 13 | 100 | 0 | 137 | 20 | 145 | 132 | 54 |
| Binary | 1001101 | 11010111 | 1011 | 1000000 | 0 | 1011111 | 10000 | 1100101 | 1011010 | 101100 |
Color Harmonies of #4DD70B
Complementary color
Monochromatic Colors of #4DD70B
Black with #4DD70B
Text Example
Text Example
White with #4DD70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD70B; }
p { color: rgb(77,215,11); }
H1.HeaderClassName
{
color: #4DD70B;
}
.AnyTagClassName
{
color: #4DD70B;
}
</style>
background-color css
<style>
a { background-color: #4DD70B; }
a { background-color: rgb(77,215,11); }
div.DivClassName
{
background-color: #4DD70B;
}
.BgClassName
{
background-color: #4DD70B;
}
</style>
border-color css
<style>
span { border-color: #4DD70B; }
span { border-color: rgb(77,215,11); }
td.TdClassName
{
border-color: #4DD70B;
}
.TagClassName
{
border-color: #4DD70B;
}
</style>