Shades of Kelly Green #4DD412
Tints of Kelly Green #4DD412
RGB
CMYK
RGB Variations
Color information
#4DD412 (or 0x4DD412) is known color: Kelly Green. HEX triplet: 4D, D4 and 12. RGB value is (77,212,18). Sum of RGB (Red+Green+Blue) = 77+212+18=307 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.08% from 307); Green value is 212 (83.20% from 255 or 69.06% from 307); Blue value is 18 (7.42% from 255 or 5.86% from 307); Max value from RGB is 212 - color contains mainly: green. Hex color #4DD412 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4DD412 is #B22BED. Grayscale: #969696. Windows color (decimal): -11676654 or 1233997. OLE color: 1233997.
HSL color Cylindrical-coordinate representation of color #4DD412: hue angle of 101.75º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4DD412 is Cyan = 0.64, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 77 | 212 | 18 | - |
| CMYK | 0.64 | 0 | 0.92 | 0.17 |
| HSL | 101.75º | 0.84% | 0.45% | - |
| HSV(B) | 101.75º | 0.92% | 0.83% | - |
| XYZ | 26.71 | 48.71 | 8.57 | - |
| YUV | 149.52 | 53.77 | 76.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 212 | 18 | 0.64 | 0 | 0.92 | 0.17 | 101.75 | 0.84 | 0.45 |
| Hex | 4D | D4 | 12 | 40 | 0 | 5C | 11 | 66 | 54 | 2D |
| Octal | 115 | 324 | 22 | 100 | 0 | 134 | 21 | 146 | 124 | 55 |
| Binary | 1001101 | 11010100 | 10010 | 1000000 | 0 | 1011100 | 10001 | 1100110 | 1010100 | 101101 |
Color Harmonies of #4DD412
Complementary color
Monochromatic Colors of #4DD412
Black with #4DD412
Text Example
Text Example
White with #4DD412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD412; }
p { color: rgb(77,212,18); }
H1.HeaderClassName
{
color: #4DD412;
}
.AnyTagClassName
{
color: #4DD412;
}
</style>
background-color css
<style>
a { background-color: #4DD412; }
a { background-color: rgb(77,212,18); }
div.DivClassName
{
background-color: #4DD412;
}
.BgClassName
{
background-color: #4DD412;
}
</style>
border-color css
<style>
span { border-color: #4DD412; }
span { border-color: rgb(77,212,18); }
td.TdClassName
{
border-color: #4DD412;
}
.TagClassName
{
border-color: #4DD412;
}
</style>