Shades of Kelly Green #4BC013
Tints of Kelly Green #4BC013
RGB
CMYK
RGB Variations
Color information
#4BC013 (or 0x4BC013) is known color: Kelly Green. HEX triplet: 4B, C0 and 13. RGB value is (75,192,19). Sum of RGB (Red+Green+Blue) = 75+192+19=286 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.22% from 286); Green value is 192 (75.39% from 255 or 67.13% from 286); Blue value is 19 (7.81% from 255 or 6.64% from 286); Max value from RGB is 192 - color contains mainly: green. Hex color #4BC013 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4BC013 is #B43FEC. Grayscale: #898989. Windows color (decimal): -11812845 or 1294411. OLE color: 1294411.
HSL color Cylindrical-coordinate representation of color #4BC013: hue angle of 100.58º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4BC013 is Cyan = 0.61, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 75 | 192 | 19 | - |
| CMYK | 0.61 | 0 | 0.90 | 0.25 |
| HSL | 100.58º | 0.82% | 0.41% | - |
| HSV(B) | 100.58º | 0.9% | 0.75% | - |
| XYZ | 21.87 | 39.24 | 7.04 | - |
| YUV | 137.3 | 61.24 | 83.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 192 | 19 | 0.61 | 0 | 0.90 | 0.25 | 100.58 | 0.82 | 0.41 |
| Hex | 4B | C0 | 13 | 3D | 0 | 5A | 19 | 65 | 52 | 29 |
| Octal | 113 | 300 | 23 | 75 | 0 | 132 | 31 | 145 | 122 | 51 |
| Binary | 1001011 | 11000000 | 10011 | 111101 | 0 | 1011010 | 11001 | 1100101 | 1010010 | 101001 |
Color Harmonies of #4BC013
Complementary color
Monochromatic Colors of #4BC013
Black with #4BC013
Text Example
Text Example
White with #4BC013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC013; }
p { color: rgb(75,192,19); }
H1.HeaderClassName
{
color: #4BC013;
}
.AnyTagClassName
{
color: #4BC013;
}
</style>
background-color css
<style>
a { background-color: #4BC013; }
a { background-color: rgb(75,192,19); }
div.DivClassName
{
background-color: #4BC013;
}
.BgClassName
{
background-color: #4BC013;
}
</style>
border-color css
<style>
span { border-color: #4BC013; }
span { border-color: rgb(75,192,19); }
td.TdClassName
{
border-color: #4BC013;
}
.TagClassName
{
border-color: #4BC013;
}
</style>