Shades of Kelly Green #4DD01D
Tints of Kelly Green #4DD01D
RGB
CMYK
RGB Variations
Color information
#4DD01D (or 0x4DD01D) is known color: Kelly Green. HEX triplet: 4D, D0 and 1D. RGB value is (77,208,29). Sum of RGB (Red+Green+Blue) = 77+208+29=314 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.52% from 314); Green value is 208 (81.64% from 255 or 66.24% from 314); Blue value is 29 (11.72% from 255 or 9.24% from 314); Max value from RGB is 208 - color contains mainly: green. Hex color #4DD01D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DD01D is #B22FE2. Grayscale: #959595. Windows color (decimal): -11677667 or 1953869. OLE color: 1953869.
HSL color Cylindrical-coordinate representation of color #4DD01D: hue angle of 103.91º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4DD01D is Cyan = 0.63, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 77 | 208 | 29 | - |
| CMYK | 0.63 | 0 | 0.86 | 0.18 |
| HSL | 103.91º | 0.76% | 0.46% | - |
| HSV(B) | 103.91º | 0.86% | 0.82% | - |
| XYZ | 25.84 | 46.78 | 8.83 | - |
| YUV | 148.43 | 60.6 | 77.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 208 | 29 | 0.63 | 0 | 0.86 | 0.18 | 103.91 | 0.76 | 0.46 |
| Hex | 4D | D0 | 1D | 3F | 0 | 56 | 12 | 68 | 4C | 2E |
| Octal | 115 | 320 | 35 | 77 | 0 | 126 | 22 | 150 | 114 | 56 |
| Binary | 1001101 | 11010000 | 11101 | 111111 | 0 | 1010110 | 10010 | 1101000 | 1001100 | 101110 |
Color Harmonies of #4DD01D
Complementary color
Monochromatic Colors of #4DD01D
Black with #4DD01D
Text Example
Text Example
White with #4DD01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD01D; }
p { color: rgb(77,208,29); }
H1.HeaderClassName
{
color: #4DD01D;
}
.AnyTagClassName
{
color: #4DD01D;
}
</style>
background-color css
<style>
a { background-color: #4DD01D; }
a { background-color: rgb(77,208,29); }
div.DivClassName
{
background-color: #4DD01D;
}
.BgClassName
{
background-color: #4DD01D;
}
</style>
border-color css
<style>
span { border-color: #4DD01D; }
span { border-color: rgb(77,208,29); }
td.TdClassName
{
border-color: #4DD01D;
}
.TagClassName
{
border-color: #4DD01D;
}
</style>