Shades of Kelly Green #4DB008
Tints of Kelly Green #4DB008
RGB
CMYK
RGB Variations
Color information
#4DB008 (or 0x4DB008) is known color: Kelly Green. HEX triplet: 4D, B0 and 08. RGB value is (77,176,8). Sum of RGB (Red+Green+Blue) = 77+176+8=261 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.50% from 261); Green value is 176 (69.14% from 255 or 67.43% from 261); Blue value is 8 (3.52% from 255 or 3.07% from 261); Max value from RGB is 176 - color contains mainly: green. Hex color #4DB008 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4DB008 is #B24FF7. Grayscale: #7F7F7F. Windows color (decimal): -11685880 or 569421. OLE color: 569421.
HSL color Cylindrical-coordinate representation of color #4DB008: hue angle of 95.36º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4DB008 is Cyan = 0.56, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 77 | 176 | 8 | - |
| CMYK | 0.56 | 0 | 0.95 | 0.31 |
| HSL | 95.36º | 0.91% | 0.36% | - |
| HSV(B) | 95.36º | 0.95% | 0.69% | - |
| XYZ | 18.63 | 32.65 | 5.55 | - |
| YUV | 127.25 | 60.7 | 92.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 176 | 8 | 0.56 | 0 | 0.95 | 0.31 | 95.36 | 0.91 | 0.36 |
| Hex | 4D | B0 | 8 | 38 | 0 | 5F | 1F | 5F | 5B | 24 |
| Octal | 115 | 260 | 10 | 70 | 0 | 137 | 37 | 137 | 133 | 44 |
| Binary | 1001101 | 10110000 | 1000 | 111000 | 0 | 1011111 | 11111 | 1011111 | 1011011 | 100100 |
Color Harmonies of #4DB008
Complementary color
Monochromatic Colors of #4DB008
Black with #4DB008
Text Example
Text Example
White with #4DB008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB008; }
p { color: rgb(77,176,8); }
H1.HeaderClassName
{
color: #4DB008;
}
.AnyTagClassName
{
color: #4DB008;
}
</style>
background-color css
<style>
a { background-color: #4DB008; }
a { background-color: rgb(77,176,8); }
div.DivClassName
{
background-color: #4DB008;
}
.BgClassName
{
background-color: #4DB008;
}
</style>
border-color css
<style>
span { border-color: #4DB008; }
span { border-color: rgb(77,176,8); }
td.TdClassName
{
border-color: #4DB008;
}
.TagClassName
{
border-color: #4DB008;
}
</style>