Shades of Kelly Green #4BA008
Tints of Kelly Green #4BA008
RGB
CMYK
RGB Variations
Color information
#4BA008 (or 0x4BA008) is known color: Kelly Green. HEX triplet: 4B, A0 and 08. RGB value is (75,160,8). Sum of RGB (Red+Green+Blue) = 75+160+8=243 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.86% from 243); Green value is 160 (62.89% from 255 or 65.84% from 243); Blue value is 8 (3.52% from 255 or 3.29% from 243); Max value from RGB is 160 - color contains mainly: green. Hex color #4BA008 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4BA008 is #B45FF7. Grayscale: #757575. Windows color (decimal): -11821048 or 565323. OLE color: 565323.
HSL color Cylindrical-coordinate representation of color #4BA008: hue angle of 93.55º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4BA008 is Cyan = 0.53, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 75 | 160 | 8 | - |
| CMYK | 0.53 | 0 | 0.95 | 0.37 |
| HSL | 93.55º | 0.9% | 0.33% | - |
| HSV(B) | 93.55º | 0.95% | 0.63% | - |
| XYZ | 15.52 | 26.66 | 4.56 | - |
| YUV | 117.26 | 66.34 | 97.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 160 | 8 | 0.53 | 0 | 0.95 | 0.37 | 93.55 | 0.9 | 0.33 |
| Hex | 4B | A0 | 8 | 35 | 0 | 5F | 25 | 5E | 5A | 21 |
| Octal | 113 | 240 | 10 | 65 | 0 | 137 | 45 | 136 | 132 | 41 |
| Binary | 1001011 | 10100000 | 1000 | 110101 | 0 | 1011111 | 100101 | 1011110 | 1011010 | 100001 |
Color Harmonies of #4BA008
Complementary color
Monochromatic Colors of #4BA008
Black with #4BA008
Text Example
Text Example
White with #4BA008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA008; }
p { color: rgb(75,160,8); }
H1.HeaderClassName
{
color: #4BA008;
}
.AnyTagClassName
{
color: #4BA008;
}
</style>
background-color css
<style>
a { background-color: #4BA008; }
a { background-color: rgb(75,160,8); }
div.DivClassName
{
background-color: #4BA008;
}
.BgClassName
{
background-color: #4BA008;
}
</style>
border-color css
<style>
span { border-color: #4BA008; }
span { border-color: rgb(75,160,8); }
td.TdClassName
{
border-color: #4BA008;
}
.TagClassName
{
border-color: #4BA008;
}
</style>