Shades of Kelly Green #4DBF32
Tints of Kelly Green #4DBF32
RGB
CMYK
RGB Variations
Color information
#4DBF32 (or 0x4DBF32) is known color: Kelly Green. HEX triplet: 4D, BF and 32. RGB value is (77,191,50). Sum of RGB (Red+Green+Blue) = 77+191+50=318 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.21% from 318); Green value is 191 (75% from 255 or 60.06% from 318); Blue value is 50 (19.92% from 255 or 15.72% from 318); Max value from RGB is 191 - color contains mainly: green. Hex color #4DBF32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DBF32 is #B240CD. Grayscale: #8D8D8D. Windows color (decimal): -11681998 or 3325773. OLE color: 3325773.
HSL color Cylindrical-coordinate representation of color #4DBF32: hue angle of 108.51º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4DBF32 is Cyan = 0.60, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 191 | 50 | - |
| CMYK | 0.60 | 0 | 0.74 | 0.25 |
| HSL | 108.51º | 0.59% | 0.47% | - |
| HSV(B) | 108.51º | 0.74% | 0.75% | - |
| XYZ | 22.27 | 39.07 | 9.39 | - |
| YUV | 140.84 | 76.73 | 82.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 191 | 50 | 0.60 | 0 | 0.74 | 0.25 | 108.51 | 0.59 | 0.47 |
| Hex | 4D | BF | 32 | 3C | 0 | 4A | 19 | 6D | 3B | 2F |
| Octal | 115 | 277 | 62 | 74 | 0 | 112 | 31 | 155 | 73 | 57 |
| Binary | 1001101 | 10111111 | 110010 | 111100 | 0 | 1001010 | 11001 | 1101101 | 111011 | 101111 |
Color Harmonies of #4DBF32
Complementary color
Monochromatic Colors of #4DBF32
Black with #4DBF32
Text Example
Text Example
White with #4DBF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBF32; }
p { color: rgb(77,191,50); }
H1.HeaderClassName
{
color: #4DBF32;
}
.AnyTagClassName
{
color: #4DBF32;
}
</style>
background-color css
<style>
a { background-color: #4DBF32; }
a { background-color: rgb(77,191,50); }
div.DivClassName
{
background-color: #4DBF32;
}
.BgClassName
{
background-color: #4DBF32;
}
</style>
border-color css
<style>
span { border-color: #4DBF32; }
span { border-color: rgb(77,191,50); }
td.TdClassName
{
border-color: #4DBF32;
}
.TagClassName
{
border-color: #4DBF32;
}
</style>