Shades of Kelly Green #4BC01D
Tints of Kelly Green #4BC01D
RGB
CMYK
RGB Variations
Color information
#4BC01D (or 0x4BC01D) is known color: Kelly Green. HEX triplet: 4B, C0 and 1D. RGB value is (75,192,29). Sum of RGB (Red+Green+Blue) = 75+192+29=296 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.34% from 296); Green value is 192 (75.39% from 255 or 64.86% from 296); Blue value is 29 (11.72% from 255 or 9.80% from 296); Max value from RGB is 192 - color contains mainly: green. Hex color #4BC01D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BC01D is #B43FE2. Grayscale: #8A8A8A. Windows color (decimal): -11812835 or 1949771. OLE color: 1949771.
HSL color Cylindrical-coordinate representation of color #4BC01D: hue angle of 103.07º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4BC01D is Cyan = 0.61, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 75 | 192 | 29 | - |
| CMYK | 0.61 | 0 | 0.85 | 0.25 |
| HSL | 103.07º | 0.74% | 0.43% | - |
| HSV(B) | 103.07º | 0.85% | 0.75% | - |
| XYZ | 21.97 | 39.28 | 7.59 | - |
| YUV | 138.44 | 66.24 | 82.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 192 | 29 | 0.61 | 0 | 0.85 | 0.25 | 103.07 | 0.74 | 0.43 |
| Hex | 4B | C0 | 1D | 3D | 0 | 55 | 19 | 67 | 4A | 2B |
| Octal | 113 | 300 | 35 | 75 | 0 | 125 | 31 | 147 | 112 | 53 |
| Binary | 1001011 | 11000000 | 11101 | 111101 | 0 | 1010101 | 11001 | 1100111 | 1001010 | 101011 |
Color Harmonies of #4BC01D
Complementary color
Monochromatic Colors of #4BC01D
Black with #4BC01D
Text Example
Text Example
White with #4BC01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC01D; }
p { color: rgb(75,192,29); }
H1.HeaderClassName
{
color: #4BC01D;
}
.AnyTagClassName
{
color: #4BC01D;
}
</style>
background-color css
<style>
a { background-color: #4BC01D; }
a { background-color: rgb(75,192,29); }
div.DivClassName
{
background-color: #4BC01D;
}
.BgClassName
{
background-color: #4BC01D;
}
</style>
border-color css
<style>
span { border-color: #4BC01D; }
span { border-color: rgb(75,192,29); }
td.TdClassName
{
border-color: #4BC01D;
}
.TagClassName
{
border-color: #4BC01D;
}
</style>