Shades of Kelly Green #4CDC1E
Tints of Kelly Green #4CDC1E
RGB
CMYK
RGB Variations
Color information
#4CDC1E (or 0x4CDC1E) is known color: Kelly Green. HEX triplet: 4C, DC and 1E. RGB value is (76,220,30). Sum of RGB (Red+Green+Blue) = 76+220+30=326 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.31% from 326); Green value is 220 (86.33% from 255 or 67.48% from 326); Blue value is 30 (12.11% from 255 or 9.20% from 326); Max value from RGB is 220 - color contains mainly: green. Hex color #4CDC1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CDC1E is #B323E1. Grayscale: #9B9B9B. Windows color (decimal): -11740130 or 2022476. OLE color: 2022476.
HSL color Cylindrical-coordinate representation of color #4CDC1E: hue angle of 105.47º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4CDC1E is Cyan = 0.65, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 220 | 30 | - |
| CMYK | 0.65 | 0 | 0.86 | 0.14 |
| HSL | 105.47º | 0.76% | 0.49% | - |
| HSV(B) | 105.47º | 0.86% | 0.86% | - |
| XYZ | 28.81 | 52.82 | 9.9 | - |
| YUV | 155.28 | 57.29 | 71.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 220 | 30 | 0.65 | 0 | 0.86 | 0.14 | 105.47 | 0.76 | 0.49 |
| Hex | 4C | DC | 1E | 41 | 0 | 56 | E | 69 | 4C | 31 |
| Octal | 114 | 334 | 36 | 101 | 0 | 126 | 16 | 151 | 114 | 61 |
| Binary | 1001100 | 11011100 | 11110 | 1000001 | 0 | 1010110 | 1110 | 1101001 | 1001100 | 110001 |
Color Harmonies of #4CDC1E
Complementary color
Monochromatic Colors of #4CDC1E
Black with #4CDC1E
Text Example
Text Example
White with #4CDC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDC1E; }
p { color: rgb(76,220,30); }
H1.HeaderClassName
{
color: #4CDC1E;
}
.AnyTagClassName
{
color: #4CDC1E;
}
</style>
background-color css
<style>
a { background-color: #4CDC1E; }
a { background-color: rgb(76,220,30); }
div.DivClassName
{
background-color: #4CDC1E;
}
.BgClassName
{
background-color: #4CDC1E;
}
</style>
border-color css
<style>
span { border-color: #4CDC1E; }
span { border-color: rgb(76,220,30); }
td.TdClassName
{
border-color: #4CDC1E;
}
.TagClassName
{
border-color: #4CDC1E;
}
</style>