Shades of Kelly Green #4CB40F
Tints of Kelly Green #4CB40F
RGB
CMYK
RGB Variations
Color information
#4CB40F (or 0x4CB40F) is known color: Kelly Green. HEX triplet: 4C, B4 and 0F. RGB value is (76,180,15). Sum of RGB (Red+Green+Blue) = 76+180+15=271 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.04% from 271); Green value is 180 (70.70% from 255 or 66.42% from 271); Blue value is 15 (6.25% from 255 or 5.54% from 271); Max value from RGB is 180 - color contains mainly: green. Hex color #4CB40F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CB40F is #B34BF0. Grayscale: #828282. Windows color (decimal): -11750385 or 1029196. OLE color: 1029196.
HSL color Cylindrical-coordinate representation of color #4CB40F: hue angle of 97.82º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4CB40F is Cyan = 0.58, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 76 | 180 | 15 | - |
| CMYK | 0.58 | 0 | 0.92 | 0.29 |
| HSL | 97.82º | 0.85% | 0.38% | - |
| HSV(B) | 97.82º | 0.92% | 0.71% | - |
| XYZ | 19.39 | 34.21 | 6.03 | - |
| YUV | 130.09 | 63.04 | 89.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 180 | 15 | 0.58 | 0 | 0.92 | 0.29 | 97.82 | 0.85 | 0.38 |
| Hex | 4C | B4 | F | 3A | 0 | 5C | 1D | 62 | 55 | 26 |
| Octal | 114 | 264 | 17 | 72 | 0 | 134 | 35 | 142 | 125 | 46 |
| Binary | 1001100 | 10110100 | 1111 | 111010 | 0 | 1011100 | 11101 | 1100010 | 1010101 | 100110 |
Color Harmonies of #4CB40F
Complementary color
Monochromatic Colors of #4CB40F
Black with #4CB40F
Text Example
Text Example
White with #4CB40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB40F; }
p { color: rgb(76,180,15); }
H1.HeaderClassName
{
color: #4CB40F;
}
.AnyTagClassName
{
color: #4CB40F;
}
</style>
background-color css
<style>
a { background-color: #4CB40F; }
a { background-color: rgb(76,180,15); }
div.DivClassName
{
background-color: #4CB40F;
}
.BgClassName
{
background-color: #4CB40F;
}
</style>
border-color css
<style>
span { border-color: #4CB40F; }
span { border-color: rgb(76,180,15); }
td.TdClassName
{
border-color: #4CB40F;
}
.TagClassName
{
border-color: #4CB40F;
}
</style>