Shades of Kelly Green #4DD60A
Tints of Kelly Green #4DD60A
RGB
CMYK
RGB Variations
Color information
#4DD60A (or 0x4DD60A) is known color: Kelly Green. HEX triplet: 4D, D6 and 0A. RGB value is (77,214,10). Sum of RGB (Red+Green+Blue) = 77+214+10=301 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.58% from 301); Green value is 214 (83.98% from 255 or 71.10% from 301); Blue value is 10 (4.30% from 255 or 3.32% from 301); Max value from RGB is 214 - color contains mainly: green. Hex color #4DD60A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4DD60A is #B229F5. Grayscale: #969696. Windows color (decimal): -11676150 or 710221. OLE color: 710221.
HSL color Cylindrical-coordinate representation of color #4DD60A: hue angle of 100.29º degrees, saturation: 0.91, 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 #4DD60A is Cyan = 0.64, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 77 | 214 | 10 | - |
| CMYK | 0.64 | 0 | 0.95 | 0.16 |
| HSL | 100.29º | 0.91% | 0.44% | - |
| HSV(B) | 100.29º | 0.95% | 0.84% | - |
| XYZ | 27.16 | 49.69 | 8.45 | - |
| YUV | 149.78 | 49.11 | 76.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 214 | 10 | 0.64 | 0 | 0.95 | 0.16 | 100.29 | 0.91 | 0.44 |
| Hex | 4D | D6 | A | 40 | 0 | 5F | 10 | 64 | 5B | 2C |
| Octal | 115 | 326 | 12 | 100 | 0 | 137 | 20 | 144 | 133 | 54 |
| Binary | 1001101 | 11010110 | 1010 | 1000000 | 0 | 1011111 | 10000 | 1100100 | 1011011 | 101100 |
Color Harmonies of #4DD60A
Complementary color
Monochromatic Colors of #4DD60A
Black with #4DD60A
Text Example
Text Example
White with #4DD60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD60A; }
p { color: rgb(77,214,10); }
H1.HeaderClassName
{
color: #4DD60A;
}
.AnyTagClassName
{
color: #4DD60A;
}
</style>
background-color css
<style>
a { background-color: #4DD60A; }
a { background-color: rgb(77,214,10); }
div.DivClassName
{
background-color: #4DD60A;
}
.BgClassName
{
background-color: #4DD60A;
}
</style>
border-color css
<style>
span { border-color: #4DD60A; }
span { border-color: rgb(77,214,10); }
td.TdClassName
{
border-color: #4DD60A;
}
.TagClassName
{
border-color: #4DD60A;
}
</style>