Shades of Kelly Green #4DB312
Tints of Kelly Green #4DB312
RGB
CMYK
RGB Variations
Color information
#4DB312 (or 0x4DB312) is known color: Kelly Green. HEX triplet: 4D, B3 and 12. RGB value is (77,179,18). Sum of RGB (Red+Green+Blue) = 77+179+18=274 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.10% from 274); Green value is 179 (70.31% from 255 or 65.33% from 274); Blue value is 18 (7.42% from 255 or 6.57% from 274); Max value from RGB is 179 - color contains mainly: green. Hex color #4DB312 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4DB312 is #B24CED. Grayscale: #828282. Windows color (decimal): -11685102 or 1225549. OLE color: 1225549.
HSL color Cylindrical-coordinate representation of color #4DB312: hue angle of 98.01º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4DB312 is Cyan = 0.57, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 77 | 179 | 18 | - |
| CMYK | 0.57 | 0 | 0.90 | 0.30 |
| HSL | 98.01º | 0.82% | 0.39% | - |
| HSV(B) | 98.01º | 0.9% | 0.7% | - |
| XYZ | 19.29 | 33.86 | 6.09 | - |
| YUV | 130.15 | 64.71 | 90.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 179 | 18 | 0.57 | 0 | 0.90 | 0.30 | 98.01 | 0.82 | 0.39 |
| Hex | 4D | B3 | 12 | 39 | 0 | 5A | 1E | 62 | 52 | 27 |
| Octal | 115 | 263 | 22 | 71 | 0 | 132 | 36 | 142 | 122 | 47 |
| Binary | 1001101 | 10110011 | 10010 | 111001 | 0 | 1011010 | 11110 | 1100010 | 1010010 | 100111 |
Color Harmonies of #4DB312
Complementary color
Monochromatic Colors of #4DB312
Black with #4DB312
Text Example
Text Example
White with #4DB312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB312; }
p { color: rgb(77,179,18); }
H1.HeaderClassName
{
color: #4DB312;
}
.AnyTagClassName
{
color: #4DB312;
}
</style>
background-color css
<style>
a { background-color: #4DB312; }
a { background-color: rgb(77,179,18); }
div.DivClassName
{
background-color: #4DB312;
}
.BgClassName
{
background-color: #4DB312;
}
</style>
border-color css
<style>
span { border-color: #4DB312; }
span { border-color: rgb(77,179,18); }
td.TdClassName
{
border-color: #4DB312;
}
.TagClassName
{
border-color: #4DB312;
}
</style>