Shades of Kelly Green #4DD714
Tints of Kelly Green #4DD714
RGB
CMYK
RGB Variations
Color information
#4DD714 (or 0x4DD714) is known color: Kelly Green. HEX triplet: 4D, D7 and 14. RGB value is (77,215,20). Sum of RGB (Red+Green+Blue) = 77+215+20=312 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.68% from 312); Green value is 215 (84.38% from 255 or 68.91% from 312); Blue value is 20 (8.20% from 255 or 6.41% from 312); Max value from RGB is 215 - color contains mainly: green. Hex color #4DD714 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4DD714 is #B228EB. Grayscale: #989898. Windows color (decimal): -11675884 or 1365837. OLE color: 1365837.
HSL color Cylindrical-coordinate representation of color #4DD714: hue angle of 102.46º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4DD714 is Cyan = 0.64, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 77 | 215 | 20 | - |
| CMYK | 0.64 | 0 | 0.91 | 0.16 |
| HSL | 102.46º | 0.83% | 0.46% | - |
| HSV(B) | 102.46º | 0.91% | 0.84% | - |
| XYZ | 27.49 | 50.23 | 8.91 | - |
| YUV | 151.51 | 53.78 | 74.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 215 | 20 | 0.64 | 0 | 0.91 | 0.16 | 102.46 | 0.83 | 0.46 |
| Hex | 4D | D7 | 14 | 40 | 0 | 5B | 10 | 66 | 53 | 2E |
| Octal | 115 | 327 | 24 | 100 | 0 | 133 | 20 | 146 | 123 | 56 |
| Binary | 1001101 | 11010111 | 10100 | 1000000 | 0 | 1011011 | 10000 | 1100110 | 1010011 | 101110 |
Color Harmonies of #4DD714
Complementary color
Monochromatic Colors of #4DD714
Black with #4DD714
Text Example
Text Example
White with #4DD714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD714; }
p { color: rgb(77,215,20); }
H1.HeaderClassName
{
color: #4DD714;
}
.AnyTagClassName
{
color: #4DD714;
}
</style>
background-color css
<style>
a { background-color: #4DD714; }
a { background-color: rgb(77,215,20); }
div.DivClassName
{
background-color: #4DD714;
}
.BgClassName
{
background-color: #4DD714;
}
</style>
border-color css
<style>
span { border-color: #4DD714; }
span { border-color: rgb(77,215,20); }
td.TdClassName
{
border-color: #4DD714;
}
.TagClassName
{
border-color: #4DD714;
}
</style>