Shades of Kelly Green #4BC50A
Tints of Kelly Green #4BC50A
RGB
CMYK
RGB Variations
Color information
#4BC50A (or 0x4BC50A) is known color: Kelly Green. HEX triplet: 4B, C5 and 0A. RGB value is (75,197,10). Sum of RGB (Red+Green+Blue) = 75+197+10=282 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.60% from 282); Green value is 197 (77.34% from 255 or 69.86% from 282); Blue value is 10 (4.30% from 255 or 3.55% from 282); Max value from RGB is 197 - color contains mainly: green. Hex color #4BC50A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4BC50A is #B43AF5. Grayscale: #8B8B8B. Windows color (decimal): -11811574 or 705867. OLE color: 705867.
HSL color Cylindrical-coordinate representation of color #4BC50A: hue angle of 99.14º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4BC50A is Cyan = 0.62, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 75 | 197 | 10 | - |
| CMYK | 0.62 | 0 | 0.95 | 0.23 |
| HSL | 99.14º | 0.9% | 0.41% | - |
| HSV(B) | 99.14º | 0.95% | 0.77% | - |
| XYZ | 22.92 | 41.45 | 7.08 | - |
| YUV | 139.2 | 55.08 | 82.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 197 | 10 | 0.62 | 0 | 0.95 | 0.23 | 99.14 | 0.9 | 0.41 |
| Hex | 4B | C5 | A | 3E | 0 | 5F | 17 | 63 | 5A | 29 |
| Octal | 113 | 305 | 12 | 76 | 0 | 137 | 27 | 143 | 132 | 51 |
| Binary | 1001011 | 11000101 | 1010 | 111110 | 0 | 1011111 | 10111 | 1100011 | 1011010 | 101001 |
Color Harmonies of #4BC50A
Complementary color
Monochromatic Colors of #4BC50A
Black with #4BC50A
Text Example
Text Example
White with #4BC50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC50A; }
p { color: rgb(75,197,10); }
H1.HeaderClassName
{
color: #4BC50A;
}
.AnyTagClassName
{
color: #4BC50A;
}
</style>
background-color css
<style>
a { background-color: #4BC50A; }
a { background-color: rgb(75,197,10); }
div.DivClassName
{
background-color: #4BC50A;
}
.BgClassName
{
background-color: #4BC50A;
}
</style>
border-color css
<style>
span { border-color: #4BC50A; }
span { border-color: rgb(75,197,10); }
td.TdClassName
{
border-color: #4BC50A;
}
.TagClassName
{
border-color: #4BC50A;
}
</style>