Shades of Kelly Green #4DBD30
Tints of Kelly Green #4DBD30
RGB
CMYK
RGB Variations
Color information
#4DBD30 (or 0x4DBD30) is known color: Kelly Green. HEX triplet: 4D, BD and 30. RGB value is (77,189,48). Sum of RGB (Red+Green+Blue) = 77+189+48=314 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.52% from 314); Green value is 189 (74.22% from 255 or 60.19% from 314); Blue value is 48 (19.14% from 255 or 15.29% from 314); Max value from RGB is 189 - color contains mainly: green. Hex color #4DBD30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DBD30 is #B242CF. Grayscale: #8B8B8B. Windows color (decimal): -11682512 or 3194189. OLE color: 3194189.
HSL color Cylindrical-coordinate representation of color #4DBD30: hue angle of 107.66º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4DBD30 is Cyan = 0.59, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 189 | 48 | - |
| CMYK | 0.59 | 0 | 0.75 | 0.26 |
| HSL | 107.66º | 0.59% | 0.46% | - |
| HSV(B) | 107.66º | 0.75% | 0.74% | - |
| XYZ | 21.79 | 38.19 | 9.02 | - |
| YUV | 139.44 | 76.39 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 189 | 48 | 0.59 | 0 | 0.75 | 0.26 | 107.66 | 0.59 | 0.46 |
| Hex | 4D | BD | 30 | 3B | 0 | 4B | 1A | 6C | 3B | 2E |
| Octal | 115 | 275 | 60 | 73 | 0 | 113 | 32 | 154 | 73 | 56 |
| Binary | 1001101 | 10111101 | 110000 | 111011 | 0 | 1001011 | 11010 | 1101100 | 111011 | 101110 |
Color Harmonies of #4DBD30
Complementary color
Monochromatic Colors of #4DBD30
Black with #4DBD30
Text Example
Text Example
White with #4DBD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBD30; }
p { color: rgb(77,189,48); }
H1.HeaderClassName
{
color: #4DBD30;
}
.AnyTagClassName
{
color: #4DBD30;
}
</style>
background-color css
<style>
a { background-color: #4DBD30; }
a { background-color: rgb(77,189,48); }
div.DivClassName
{
background-color: #4DBD30;
}
.BgClassName
{
background-color: #4DBD30;
}
</style>
border-color css
<style>
span { border-color: #4DBD30; }
span { border-color: rgb(77,189,48); }
td.TdClassName
{
border-color: #4DBD30;
}
.TagClassName
{
border-color: #4DBD30;
}
</style>