Shades of Kelly Green #4DBC1A
Tints of Kelly Green #4DBC1A
RGB
CMYK
RGB Variations
Color information
#4DBC1A (or 0x4DBC1A) is known color: Kelly Green. HEX triplet: 4D, BC and 1A. RGB value is (77,188,26). Sum of RGB (Red+Green+Blue) = 77+188+26=291 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.46% from 291); Green value is 188 (73.83% from 255 or 64.60% from 291); Blue value is 26 (10.55% from 255 or 8.93% from 291); Max value from RGB is 188 - color contains mainly: green. Hex color #4DBC1A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DBC1A is #B243E5. Grayscale: #888888. Windows color (decimal): -11682790 or 1752141. OLE color: 1752141.
HSL color Cylindrical-coordinate representation of color #4DBC1A: hue angle of 101.11º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4DBC1A is Cyan = 0.59, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 188 | 26 | - |
| CMYK | 0.59 | 0 | 0.86 | 0.26 |
| HSL | 101.11º | 0.76% | 0.42% | - |
| HSV(B) | 101.11º | 0.86% | 0.74% | - |
| XYZ | 21.23 | 37.62 | 7.12 | - |
| YUV | 136.34 | 65.73 | 85.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 188 | 26 | 0.59 | 0 | 0.86 | 0.26 | 101.11 | 0.76 | 0.42 |
| Hex | 4D | BC | 1A | 3B | 0 | 56 | 1A | 65 | 4C | 2A |
| Octal | 115 | 274 | 32 | 73 | 0 | 126 | 32 | 145 | 114 | 52 |
| Binary | 1001101 | 10111100 | 11010 | 111011 | 0 | 1010110 | 11010 | 1100101 | 1001100 | 101010 |
Color Harmonies of #4DBC1A
Complementary color
Monochromatic Colors of #4DBC1A
Black with #4DBC1A
Text Example
Text Example
White with #4DBC1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBC1A; }
p { color: rgb(77,188,26); }
H1.HeaderClassName
{
color: #4DBC1A;
}
.AnyTagClassName
{
color: #4DBC1A;
}
</style>
background-color css
<style>
a { background-color: #4DBC1A; }
a { background-color: rgb(77,188,26); }
div.DivClassName
{
background-color: #4DBC1A;
}
.BgClassName
{
background-color: #4DBC1A;
}
</style>
border-color css
<style>
span { border-color: #4DBC1A; }
span { border-color: rgb(77,188,26); }
td.TdClassName
{
border-color: #4DBC1A;
}
.TagClassName
{
border-color: #4DBC1A;
}
</style>