Shades of Kelly Green #4CC101
Tints of Kelly Green #4CC101
RGB
CMYK
RGB Variations
Color information
#4CC101 (or 0x4CC101) is known color: Kelly Green. HEX triplet: 4C, C1 and 01. RGB value is (76,193,1). Sum of RGB (Red+Green+Blue) = 76+193+1=270 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.15% from 270); Green value is 193 (75.78% from 255 or 71.48% from 270); Blue value is 1 (0.78% from 255 or 0.37% from 270); Max value from RGB is 193 - color contains mainly: green. Hex color #4CC101 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CC101 is #B33EFE. Grayscale: #888888. Windows color (decimal): -11747071 or 115020. OLE color: 115020.
HSL color Cylindrical-coordinate representation of color #4CC101: hue angle of 96.56º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4CC101 is Cyan = 0.61, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 76 | 193 | 1 | - |
| CMYK | 0.61 | 0 | 0.99 | 0.24 |
| HSL | 96.56º | 0.99% | 0.38% | - |
| HSV(B) | 96.56º | 0.99% | 0.76% | - |
| XYZ | 22.06 | 39.68 | 6.52 | - |
| YUV | 136.13 | 51.74 | 85.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 193 | 1 | 0.61 | 0 | 0.99 | 0.24 | 96.56 | 0.99 | 0.38 |
| Hex | 4C | C1 | 1 | 3D | 0 | 63 | 18 | 61 | 63 | 26 |
| Octal | 114 | 301 | 1 | 75 | 0 | 143 | 30 | 141 | 143 | 46 |
| Binary | 1001100 | 11000001 | 1 | 111101 | 0 | 1100011 | 11000 | 1100001 | 1100011 | 100110 |
Color Harmonies of #4CC101
Complementary color
Monochromatic Colors of #4CC101
Black with #4CC101
Text Example
Text Example
White with #4CC101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC101; }
p { color: rgb(76,193,1); }
H1.HeaderClassName
{
color: #4CC101;
}
.AnyTagClassName
{
color: #4CC101;
}
</style>
background-color css
<style>
a { background-color: #4CC101; }
a { background-color: rgb(76,193,1); }
div.DivClassName
{
background-color: #4CC101;
}
.BgClassName
{
background-color: #4CC101;
}
</style>
border-color css
<style>
span { border-color: #4CC101; }
span { border-color: rgb(76,193,1); }
td.TdClassName
{
border-color: #4CC101;
}
.TagClassName
{
border-color: #4CC101;
}
</style>