Shades of Kelly Green #4BA30C
Tints of Kelly Green #4BA30C
RGB
CMYK
RGB Variations
Color information
#4BA30C (or 0x4BA30C) is known color: Kelly Green. HEX triplet: 4B, A3 and 0C. RGB value is (75,163,12). Sum of RGB (Red+Green+Blue) = 75+163+12=250 (33% of max value = 765). Red value is 75 (29.69% from 255 or 30% from 250); Green value is 163 (64.06% from 255 or 65.2% from 250); Blue value is 12 (5.08% from 255 or 4.8% from 250); Max value from RGB is 163 - color contains mainly: green. Hex color #4BA30C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4BA30C is #B45CF3. Grayscale: #777777. Windows color (decimal): -11820276 or 828235. OLE color: 828235.
HSL color Cylindrical-coordinate representation of color #4BA30C: hue angle of 94.97º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4BA30C is Cyan = 0.54, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 75 | 163 | 12 | - |
| CMYK | 0.54 | 0 | 0.93 | 0.36 |
| HSL | 94.97º | 0.86% | 0.34% | - |
| HSV(B) | 94.97º | 0.93% | 0.64% | - |
| XYZ | 16.07 | 27.72 | 4.85 | - |
| YUV | 119.47 | 67.35 | 96.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 163 | 12 | 0.54 | 0 | 0.93 | 0.36 | 94.97 | 0.86 | 0.34 |
| Hex | 4B | A3 | C | 36 | 0 | 5D | 24 | 5F | 56 | 22 |
| Octal | 113 | 243 | 14 | 66 | 0 | 135 | 44 | 137 | 126 | 42 |
| Binary | 1001011 | 10100011 | 1100 | 110110 | 0 | 1011101 | 100100 | 1011111 | 1010110 | 100010 |
Color Harmonies of #4BA30C
Complementary color
Monochromatic Colors of #4BA30C
Black with #4BA30C
Text Example
Text Example
White with #4BA30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA30C; }
p { color: rgb(75,163,12); }
H1.HeaderClassName
{
color: #4BA30C;
}
.AnyTagClassName
{
color: #4BA30C;
}
</style>
background-color css
<style>
a { background-color: #4BA30C; }
a { background-color: rgb(75,163,12); }
div.DivClassName
{
background-color: #4BA30C;
}
.BgClassName
{
background-color: #4BA30C;
}
</style>
border-color css
<style>
span { border-color: #4BA30C; }
span { border-color: rgb(75,163,12); }
td.TdClassName
{
border-color: #4BA30C;
}
.TagClassName
{
border-color: #4BA30C;
}
</style>