Shades of Kelly Green #4CDC07
Tints of Kelly Green #4CDC07
RGB
CMYK
RGB Variations
Color information
#4CDC07 (or 0x4CDC07) is known color: Kelly Green. HEX triplet: 4C, DC and 07. RGB value is (76,220,7). Sum of RGB (Red+Green+Blue) = 76+220+7=303 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25.08% from 303); Green value is 220 (86.33% from 255 or 72.61% from 303); Blue value is 7 (3.12% from 255 or 2.31% from 303); Max value from RGB is 220 - color contains mainly: green. Hex color #4CDC07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CDC07 is #B323F8. Grayscale: #999999. Windows color (decimal): -11740153 or 515148. OLE color: 515148.
HSL color Cylindrical-coordinate representation of color #4CDC07: hue angle of 100.56º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4CDC07 is Cyan = 0.65, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 220 | 7 | - |
| CMYK | 0.65 | 0 | 0.97 | 0.14 |
| HSL | 100.56º | 0.94% | 0.45% | - |
| HSV(B) | 100.56º | 0.97% | 0.86% | - |
| XYZ | 28.61 | 52.74 | 8.87 | - |
| YUV | 152.66 | 45.79 | 73.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 220 | 7 | 0.65 | 0 | 0.97 | 0.14 | 100.56 | 0.94 | 0.45 |
| Hex | 4C | DC | 7 | 41 | 0 | 61 | E | 65 | 5E | 2D |
| Octal | 114 | 334 | 7 | 101 | 0 | 141 | 16 | 145 | 136 | 55 |
| Binary | 1001100 | 11011100 | 111 | 1000001 | 0 | 1100001 | 1110 | 1100101 | 1011110 | 101101 |
Color Harmonies of #4CDC07
Complementary color
Monochromatic Colors of #4CDC07
Black with #4CDC07
Text Example
Text Example
White with #4CDC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDC07; }
p { color: rgb(76,220,7); }
H1.HeaderClassName
{
color: #4CDC07;
}
.AnyTagClassName
{
color: #4CDC07;
}
</style>
background-color css
<style>
a { background-color: #4CDC07; }
a { background-color: rgb(76,220,7); }
div.DivClassName
{
background-color: #4CDC07;
}
.BgClassName
{
background-color: #4CDC07;
}
</style>
border-color css
<style>
span { border-color: #4CDC07; }
span { border-color: rgb(76,220,7); }
td.TdClassName
{
border-color: #4CDC07;
}
.TagClassName
{
border-color: #4CDC07;
}
</style>