Shades of Kelly Green #4CB401
Tints of Kelly Green #4CB401
RGB
CMYK
RGB Variations
Color information
#4CB401 (or 0x4CB401) is known color: Kelly Green. HEX triplet: 4C, B4 and 01. RGB value is (76,180,1). Sum of RGB (Red+Green+Blue) = 76+180+1=257 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.57% from 257); Green value is 180 (70.70% from 255 or 70.04% from 257); Blue value is 1 (0.78% from 255 or 0.39% from 257); Max value from RGB is 180 - color contains mainly: green. Hex color #4CB401 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CB401 is #B34BFE. Grayscale: #818181. Windows color (decimal): -11750399 or 111692. OLE color: 111692.
HSL color Cylindrical-coordinate representation of color #4CB401: hue angle of 94.86º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4CB401 is Cyan = 0.58, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 76 | 180 | 1 | - |
| CMYK | 0.58 | 0 | 0.99 | 0.29 |
| HSL | 94.86º | 0.99% | 0.35% | - |
| HSV(B) | 94.86º | 0.99% | 0.71% | - |
| XYZ | 19.31 | 34.18 | 5.61 | - |
| YUV | 128.5 | 56.04 | 90.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 180 | 1 | 0.58 | 0 | 0.99 | 0.29 | 94.86 | 0.99 | 0.35 |
| Hex | 4C | B4 | 1 | 3A | 0 | 63 | 1D | 5F | 63 | 23 |
| Octal | 114 | 264 | 1 | 72 | 0 | 143 | 35 | 137 | 143 | 43 |
| Binary | 1001100 | 10110100 | 1 | 111010 | 0 | 1100011 | 11101 | 1011111 | 1100011 | 100011 |
Color Harmonies of #4CB401
Complementary color
Monochromatic Colors of #4CB401
Black with #4CB401
Text Example
Text Example
White with #4CB401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB401; }
p { color: rgb(76,180,1); }
H1.HeaderClassName
{
color: #4CB401;
}
.AnyTagClassName
{
color: #4CB401;
}
</style>
background-color css
<style>
a { background-color: #4CB401; }
a { background-color: rgb(76,180,1); }
div.DivClassName
{
background-color: #4CB401;
}
.BgClassName
{
background-color: #4CB401;
}
</style>
border-color css
<style>
span { border-color: #4CB401; }
span { border-color: rgb(76,180,1); }
td.TdClassName
{
border-color: #4CB401;
}
.TagClassName
{
border-color: #4CB401;
}
</style>