Shades of Kelly Green #4BA618
Tints of Kelly Green #4BA618
RGB
CMYK
RGB Variations
Color information
#4BA618 (or 0x4BA618) is known color: Kelly Green. HEX triplet: 4B, A6 and 18. RGB value is (75,166,24). Sum of RGB (Red+Green+Blue) = 75+166+24=265 (35% of max value = 765). Red value is 75 (29.69% from 255 or 28.30% from 265); Green value is 166 (65.23% from 255 or 62.64% from 265); Blue value is 24 (9.77% from 255 or 9.06% from 265); Max value from RGB is 166 - color contains mainly: green. Hex color #4BA618 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4BA618 is #B459E7. Grayscale: #7B7B7B. Windows color (decimal): -11819496 or 1615435. OLE color: 1615435.
HSL color Cylindrical-coordinate representation of color #4BA618: hue angle of 98.45º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4BA618 is Cyan = 0.55, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 75 | 166 | 24 | - |
| CMYK | 0.55 | 0 | 0.86 | 0.35 |
| HSL | 98.45º | 0.75% | 0.37% | - |
| HSV(B) | 98.45º | 0.86% | 0.65% | - |
| XYZ | 16.7 | 28.83 | 5.55 | - |
| YUV | 122.6 | 72.35 | 94.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 166 | 24 | 0.55 | 0 | 0.86 | 0.35 | 98.45 | 0.75 | 0.37 |
| Hex | 4B | A6 | 18 | 37 | 0 | 56 | 23 | 62 | 4B | 25 |
| Octal | 113 | 246 | 30 | 67 | 0 | 126 | 43 | 142 | 113 | 45 |
| Binary | 1001011 | 10100110 | 11000 | 110111 | 0 | 1010110 | 100011 | 1100010 | 1001011 | 100101 |
Color Harmonies of #4BA618
Complementary color
Monochromatic Colors of #4BA618
Black with #4BA618
Text Example
Text Example
White with #4BA618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA618; }
p { color: rgb(75,166,24); }
H1.HeaderClassName
{
color: #4BA618;
}
.AnyTagClassName
{
color: #4BA618;
}
</style>
background-color css
<style>
a { background-color: #4BA618; }
a { background-color: rgb(75,166,24); }
div.DivClassName
{
background-color: #4BA618;
}
.BgClassName
{
background-color: #4BA618;
}
</style>
border-color css
<style>
span { border-color: #4BA618; }
span { border-color: rgb(75,166,24); }
td.TdClassName
{
border-color: #4BA618;
}
.TagClassName
{
border-color: #4BA618;
}
</style>