Shades of Kelly Green #4CA80F
Tints of Kelly Green #4CA80F
RGB
CMYK
RGB Variations
Color information
#4CA80F (or 0x4CA80F) is known color: Kelly Green. HEX triplet: 4C, A8 and 0F. RGB value is (76,168,15). Sum of RGB (Red+Green+Blue) = 76+168+15=259 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.34% from 259); Green value is 168 (66.02% from 255 or 64.86% from 259); Blue value is 15 (6.25% from 255 or 5.79% from 259); Max value from RGB is 168 - color contains mainly: green. Hex color #4CA80F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4CA80F is #B357F0. Grayscale: #7B7B7B. Windows color (decimal): -11753457 or 1026124. OLE color: 1026124.
HSL color Cylindrical-coordinate representation of color #4CA80F: hue angle of 96.08º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4CA80F is Cyan = 0.55, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 76 | 168 | 15 | - |
| CMYK | 0.55 | 0 | 0.91 | 0.34 |
| HSL | 96.08º | 0.84% | 0.36% | - |
| HSV(B) | 96.08º | 0.91% | 0.66% | - |
| XYZ | 17.07 | 29.58 | 5.26 | - |
| YUV | 123.05 | 67.02 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 168 | 15 | 0.55 | 0 | 0.91 | 0.34 | 96.08 | 0.84 | 0.36 |
| Hex | 4C | A8 | F | 37 | 0 | 5B | 22 | 60 | 54 | 24 |
| Octal | 114 | 250 | 17 | 67 | 0 | 133 | 42 | 140 | 124 | 44 |
| Binary | 1001100 | 10101000 | 1111 | 110111 | 0 | 1011011 | 100010 | 1100000 | 1010100 | 100100 |
Color Harmonies of #4CA80F
Complementary color
Monochromatic Colors of #4CA80F
Black with #4CA80F
Text Example
Text Example
White with #4CA80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CA80F; }
p { color: rgb(76,168,15); }
H1.HeaderClassName
{
color: #4CA80F;
}
.AnyTagClassName
{
color: #4CA80F;
}
</style>
background-color css
<style>
a { background-color: #4CA80F; }
a { background-color: rgb(76,168,15); }
div.DivClassName
{
background-color: #4CA80F;
}
.BgClassName
{
background-color: #4CA80F;
}
</style>
border-color css
<style>
span { border-color: #4CA80F; }
span { border-color: rgb(76,168,15); }
td.TdClassName
{
border-color: #4CA80F;
}
.TagClassName
{
border-color: #4CA80F;
}
</style>