Shades of Kelly Green #4CB80F
Tints of Kelly Green #4CB80F
RGB
CMYK
RGB Variations
Color information
#4CB80F (or 0x4CB80F) is known color: Kelly Green. HEX triplet: 4C, B8 and 0F. RGB value is (76,184,15). Sum of RGB (Red+Green+Blue) = 76+184+15=275 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.64% from 275); Green value is 184 (72.27% from 255 or 66.91% from 275); Blue value is 15 (6.25% from 255 or 5.45% from 275); Max value from RGB is 184 - color contains mainly: green. Hex color #4CB80F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CB80F is #B347F0. Grayscale: #858585. Windows color (decimal): -11749361 or 1030220. OLE color: 1030220.
HSL color Cylindrical-coordinate representation of color #4CB80F: hue angle of 98.34º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4CB80F is Cyan = 0.59, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 76 | 184 | 15 | - |
| CMYK | 0.59 | 0 | 0.92 | 0.28 |
| HSL | 98.34º | 0.85% | 0.39% | - |
| HSV(B) | 98.34º | 0.92% | 0.72% | - |
| XYZ | 20.21 | 35.85 | 6.31 | - |
| YUV | 132.44 | 61.72 | 87.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 184 | 15 | 0.59 | 0 | 0.92 | 0.28 | 98.34 | 0.85 | 0.39 |
| Hex | 4C | B8 | F | 3B | 0 | 5C | 1C | 62 | 55 | 27 |
| Octal | 114 | 270 | 17 | 73 | 0 | 134 | 34 | 142 | 125 | 47 |
| Binary | 1001100 | 10111000 | 1111 | 111011 | 0 | 1011100 | 11100 | 1100010 | 1010101 | 100111 |
Color Harmonies of #4CB80F
Complementary color
Monochromatic Colors of #4CB80F
Black with #4CB80F
Text Example
Text Example
White with #4CB80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB80F; }
p { color: rgb(76,184,15); }
H1.HeaderClassName
{
color: #4CB80F;
}
.AnyTagClassName
{
color: #4CB80F;
}
</style>
background-color css
<style>
a { background-color: #4CB80F; }
a { background-color: rgb(76,184,15); }
div.DivClassName
{
background-color: #4CB80F;
}
.BgClassName
{
background-color: #4CB80F;
}
</style>
border-color css
<style>
span { border-color: #4CB80F; }
span { border-color: rgb(76,184,15); }
td.TdClassName
{
border-color: #4CB80F;
}
.TagClassName
{
border-color: #4CB80F;
}
</style>