Shades of Kelly Green #4DC008
Tints of Kelly Green #4DC008
RGB
CMYK
RGB Variations
Color information
#4DC008 (or 0x4DC008) is known color: Kelly Green. HEX triplet: 4D, C0 and 08. RGB value is (77,192,8). Sum of RGB (Red+Green+Blue) = 77+192+8=277 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.80% from 277); Green value is 192 (75.39% from 255 or 69.31% from 277); Blue value is 8 (3.52% from 255 or 2.89% from 277); Max value from RGB is 192 - color contains mainly: green. Hex color #4DC008 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4DC008 is #B23FF7. Grayscale: #898989. Windows color (decimal): -11681784 or 573517. OLE color: 573517.
HSL color Cylindrical-coordinate representation of color #4DC008: hue angle of 97.5º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4DC008 is Cyan = 0.60, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 192 | 8 | - |
| CMYK | 0.60 | 0 | 0.96 | 0.25 |
| HSL | 97.5º | 0.92% | 0.39% | - |
| HSV(B) | 97.5º | 0.96% | 0.75% | - |
| XYZ | 21.95 | 39.29 | 6.66 | - |
| YUV | 136.64 | 55.4 | 85.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 192 | 8 | 0.60 | 0 | 0.96 | 0.25 | 97.5 | 0.92 | 0.39 |
| Hex | 4D | C0 | 8 | 3C | 0 | 60 | 19 | 62 | 5C | 27 |
| Octal | 115 | 300 | 10 | 74 | 0 | 140 | 31 | 142 | 134 | 47 |
| Binary | 1001101 | 11000000 | 1000 | 111100 | 0 | 1100000 | 11001 | 1100010 | 1011100 | 100111 |
Color Harmonies of #4DC008
Complementary color
Monochromatic Colors of #4DC008
Black with #4DC008
Text Example
Text Example
White with #4DC008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC008; }
p { color: rgb(77,192,8); }
H1.HeaderClassName
{
color: #4DC008;
}
.AnyTagClassName
{
color: #4DC008;
}
</style>
background-color css
<style>
a { background-color: #4DC008; }
a { background-color: rgb(77,192,8); }
div.DivClassName
{
background-color: #4DC008;
}
.BgClassName
{
background-color: #4DC008;
}
</style>
border-color css
<style>
span { border-color: #4DC008; }
span { border-color: rgb(77,192,8); }
td.TdClassName
{
border-color: #4DC008;
}
.TagClassName
{
border-color: #4DC008;
}
</style>