Shades of Kelly Green #4CA61B
Tints of Kelly Green #4CA61B
RGB
CMYK
RGB Variations
Color information
#4CA61B (or 0x4CA61B) is known color: Kelly Green. HEX triplet: 4C, A6 and 1B. RGB value is (76,166,27). Sum of RGB (Red+Green+Blue) = 76+166+27=269 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.25% from 269); Green value is 166 (65.23% from 255 or 61.71% from 269); Blue value is 27 (10.94% from 255 or 10.04% from 269); Max value from RGB is 166 - color contains mainly: green. Hex color #4CA61B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4CA61B is #B359E4. Grayscale: #7B7B7B. Windows color (decimal): -11753957 or 1812044. OLE color: 1812044.
HSL color Cylindrical-coordinate representation of color #4CA61B: hue angle of 98.85º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4CA61B is Cyan = 0.54, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 76 | 166 | 27 | - |
| CMYK | 0.54 | 0 | 0.84 | 0.35 |
| HSL | 98.85º | 0.72% | 0.38% | - |
| HSV(B) | 98.85º | 0.84% | 0.65% | - |
| XYZ | 16.81 | 28.89 | 5.73 | - |
| YUV | 123.24 | 73.68 | 94.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 166 | 27 | 0.54 | 0 | 0.84 | 0.35 | 98.85 | 0.72 | 0.38 |
| Hex | 4C | A6 | 1B | 36 | 0 | 54 | 23 | 63 | 48 | 26 |
| Octal | 114 | 246 | 33 | 66 | 0 | 124 | 43 | 143 | 110 | 46 |
| Binary | 1001100 | 10100110 | 11011 | 110110 | 0 | 1010100 | 100011 | 1100011 | 1001000 | 100110 |
Color Harmonies of #4CA61B
Complementary color
Monochromatic Colors of #4CA61B
Black with #4CA61B
Text Example
Text Example
White with #4CA61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CA61B; }
p { color: rgb(76,166,27); }
H1.HeaderClassName
{
color: #4CA61B;
}
.AnyTagClassName
{
color: #4CA61B;
}
</style>
background-color css
<style>
a { background-color: #4CA61B; }
a { background-color: rgb(76,166,27); }
div.DivClassName
{
background-color: #4CA61B;
}
.BgClassName
{
background-color: #4CA61B;
}
</style>
border-color css
<style>
span { border-color: #4CA61B; }
span { border-color: rgb(76,166,27); }
td.TdClassName
{
border-color: #4CA61B;
}
.TagClassName
{
border-color: #4CA61B;
}
</style>