Shades of Kelly Green #4BC505
Tints of Kelly Green #4BC505
RGB
CMYK
RGB Variations
Color information
#4BC505 (or 0x4BC505) is known color: Kelly Green. HEX triplet: 4B, C5 and 05. RGB value is (75,197,5). Sum of RGB (Red+Green+Blue) = 75+197+5=277 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.08% from 277); Green value is 197 (77.34% from 255 or 71.12% from 277); Blue value is 5 (2.34% from 255 or 1.81% from 277); Max value from RGB is 197 - color contains mainly: green. Hex color #4BC505 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4BC505 is #B43AFA. Grayscale: #8B8B8B. Windows color (decimal): -11811579 or 378187. OLE color: 378187.
HSL color Cylindrical-coordinate representation of color #4BC505: hue angle of 98.12º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4BC505 is Cyan = 0.62, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 75 | 197 | 5 | - |
| CMYK | 0.62 | 0 | 0.97 | 0.23 |
| HSL | 98.13º | 0.95% | 0.4% | - |
| HSV(B) | 98.13º | 0.97% | 0.77% | - |
| XYZ | 22.9 | 41.44 | 6.94 | - |
| YUV | 138.63 | 52.58 | 82.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 197 | 5 | 0.62 | 0 | 0.97 | 0.23 | 98.13 | 0.95 | 0.4 |
| Hex | 4B | C5 | 5 | 3E | 0 | 61 | 17 | 62 | 5F | 28 |
| Octal | 113 | 305 | 5 | 76 | 0 | 141 | 27 | 142 | 137 | 50 |
| Binary | 1001011 | 11000101 | 101 | 111110 | 0 | 1100001 | 10111 | 1100010 | 1011111 | 101000 |
Color Harmonies of #4BC505
Complementary color
Monochromatic Colors of #4BC505
Black with #4BC505
Text Example
Text Example
White with #4BC505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC505; }
p { color: rgb(75,197,5); }
H1.HeaderClassName
{
color: #4BC505;
}
.AnyTagClassName
{
color: #4BC505;
}
</style>
background-color css
<style>
a { background-color: #4BC505; }
a { background-color: rgb(75,197,5); }
div.DivClassName
{
background-color: #4BC505;
}
.BgClassName
{
background-color: #4BC505;
}
</style>
border-color css
<style>
span { border-color: #4BC505; }
span { border-color: rgb(75,197,5); }
td.TdClassName
{
border-color: #4BC505;
}
.TagClassName
{
border-color: #4BC505;
}
</style>