Shades of Kelly Green #4BBC0D
Tints of Kelly Green #4BBC0D
RGB
CMYK
RGB Variations
Color information
#4BBC0D (or 0x4BBC0D) is known color: Kelly Green. HEX triplet: 4B, BC and 0D. RGB value is (75,188,13). Sum of RGB (Red+Green+Blue) = 75+188+13=276 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.17% from 276); Green value is 188 (73.83% from 255 or 68.12% from 276); Blue value is 13 (5.47% from 255 or 4.71% from 276); Max value from RGB is 188 - color contains mainly: green. Hex color #4BBC0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4BBC0D is #B443F2. Grayscale: #868686. Windows color (decimal): -11813875 or 900171. OLE color: 900171.
HSL color Cylindrical-coordinate representation of color #4BBC0D: hue angle of 98.74º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4BBC0D is Cyan = 0.60, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 75 | 188 | 13 | - |
| CMYK | 0.60 | 0 | 0.93 | 0.26 |
| HSL | 98.74º | 0.87% | 0.39% | - |
| HSV(B) | 98.74º | 0.93% | 0.74% | - |
| XYZ | 20.96 | 37.49 | 6.51 | - |
| YUV | 134.26 | 59.56 | 85.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 188 | 13 | 0.60 | 0 | 0.93 | 0.26 | 98.74 | 0.87 | 0.39 |
| Hex | 4B | BC | D | 3C | 0 | 5D | 1A | 63 | 57 | 27 |
| Octal | 113 | 274 | 15 | 74 | 0 | 135 | 32 | 143 | 127 | 47 |
| Binary | 1001011 | 10111100 | 1101 | 111100 | 0 | 1011101 | 11010 | 1100011 | 1010111 | 100111 |
Color Harmonies of #4BBC0D
Complementary color
Monochromatic Colors of #4BBC0D
Black with #4BBC0D
Text Example
Text Example
White with #4BBC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBC0D; }
p { color: rgb(75,188,13); }
H1.HeaderClassName
{
color: #4BBC0D;
}
.AnyTagClassName
{
color: #4BBC0D;
}
</style>
background-color css
<style>
a { background-color: #4BBC0D; }
a { background-color: rgb(75,188,13); }
div.DivClassName
{
background-color: #4BBC0D;
}
.BgClassName
{
background-color: #4BBC0D;
}
</style>
border-color css
<style>
span { border-color: #4BBC0D; }
span { border-color: rgb(75,188,13); }
td.TdClassName
{
border-color: #4BBC0D;
}
.TagClassName
{
border-color: #4BBC0D;
}
</style>