Shades of Kelly Green #4CAD01
Tints of Kelly Green #4CAD01
RGB
CMYK
RGB Variations
Color information
#4CAD01 (or 0x4CAD01) is known color: Kelly Green. HEX triplet: 4C, AD and 01. RGB value is (76,173,1). Sum of RGB (Red+Green+Blue) = 76+173+1=250 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.4% from 250); Green value is 173 (67.97% from 255 or 69.2% from 250); Blue value is 1 (0.78% from 255 or 0.4% from 250); Max value from RGB is 173 - color contains mainly: green. Hex color #4CAD01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4CAD01 is #B352FE. Grayscale: #7C7C7C. Windows color (decimal): -11752191 or 109900. OLE color: 109900.
HSL color Cylindrical-coordinate representation of color #4CAD01: hue angle of 93.84º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4CAD01 is Cyan = 0.56, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 76 | 173 | 1 | - |
| CMYK | 0.56 | 0 | 0.99 | 0.32 |
| HSL | 93.84º | 0.99% | 0.34% | - |
| HSV(B) | 93.84º | 0.99% | 0.68% | - |
| XYZ | 17.93 | 31.43 | 5.15 | - |
| YUV | 124.39 | 58.36 | 93.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 173 | 1 | 0.56 | 0 | 0.99 | 0.32 | 93.84 | 0.99 | 0.34 |
| Hex | 4C | AD | 1 | 38 | 0 | 63 | 20 | 5E | 63 | 22 |
| Octal | 114 | 255 | 1 | 70 | 0 | 143 | 40 | 136 | 143 | 42 |
| Binary | 1001100 | 10101101 | 1 | 111000 | 0 | 1100011 | 100000 | 1011110 | 1100011 | 100010 |
Color Harmonies of #4CAD01
Complementary color
Monochromatic Colors of #4CAD01
Black with #4CAD01
Text Example
Text Example
White with #4CAD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CAD01; }
p { color: rgb(76,173,1); }
H1.HeaderClassName
{
color: #4CAD01;
}
.AnyTagClassName
{
color: #4CAD01;
}
</style>
background-color css
<style>
a { background-color: #4CAD01; }
a { background-color: rgb(76,173,1); }
div.DivClassName
{
background-color: #4CAD01;
}
.BgClassName
{
background-color: #4CAD01;
}
</style>
border-color css
<style>
span { border-color: #4CAD01; }
span { border-color: rgb(76,173,1); }
td.TdClassName
{
border-color: #4CAD01;
}
.TagClassName
{
border-color: #4CAD01;
}
</style>