Shades of Kelly Green #4CDC08
Tints of Kelly Green #4CDC08
RGB
CMYK
RGB Variations
Color information
#4CDC08 (or 0x4CDC08) is known color: Kelly Green. HEX triplet: 4C, DC and 08. RGB value is (76,220,8). Sum of RGB (Red+Green+Blue) = 76+220+8=304 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25% from 304); Green value is 220 (86.33% from 255 or 72.37% from 304); Blue value is 8 (3.52% from 255 or 2.63% from 304); Max value from RGB is 220 - color contains mainly: green. Hex color #4CDC08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CDC08 is #B323F7. Grayscale: #999999. Windows color (decimal): -11740152 or 580684. OLE color: 580684.
HSL color Cylindrical-coordinate representation of color #4CDC08: hue angle of 100.75º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4CDC08 is Cyan = 0.65, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 220 | 8 | - |
| CMYK | 0.65 | 0 | 0.96 | 0.14 |
| HSL | 100.75º | 0.93% | 0.45% | - |
| HSV(B) | 100.75º | 0.96% | 0.86% | - |
| XYZ | 28.62 | 52.74 | 8.9 | - |
| YUV | 152.78 | 46.29 | 73.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 220 | 8 | 0.65 | 0 | 0.96 | 0.14 | 100.75 | 0.93 | 0.45 |
| Hex | 4C | DC | 8 | 41 | 0 | 60 | E | 65 | 5D | 2D |
| Octal | 114 | 334 | 10 | 101 | 0 | 140 | 16 | 145 | 135 | 55 |
| Binary | 1001100 | 11011100 | 1000 | 1000001 | 0 | 1100000 | 1110 | 1100101 | 1011101 | 101101 |
Color Harmonies of #4CDC08
Complementary color
Monochromatic Colors of #4CDC08
Black with #4CDC08
Text Example
Text Example
White with #4CDC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDC08; }
p { color: rgb(76,220,8); }
H1.HeaderClassName
{
color: #4CDC08;
}
.AnyTagClassName
{
color: #4CDC08;
}
</style>
background-color css
<style>
a { background-color: #4CDC08; }
a { background-color: rgb(76,220,8); }
div.DivClassName
{
background-color: #4CDC08;
}
.BgClassName
{
background-color: #4CDC08;
}
</style>
border-color css
<style>
span { border-color: #4CDC08; }
span { border-color: rgb(76,220,8); }
td.TdClassName
{
border-color: #4CDC08;
}
.TagClassName
{
border-color: #4CDC08;
}
</style>