Shades of Kelly Green #4BBC1A
Tints of Kelly Green #4BBC1A
RGB
CMYK
RGB Variations
Color information
#4BBC1A (or 0x4BBC1A) is known color: Kelly Green. HEX triplet: 4B, BC and 1A. RGB value is (75,188,26). Sum of RGB (Red+Green+Blue) = 75+188+26=289 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.95% from 289); Green value is 188 (73.83% from 255 or 65.05% from 289); Blue value is 26 (10.55% from 255 or 9.00% from 289); Max value from RGB is 188 - color contains mainly: green. Hex color #4BBC1A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BBC1A is #B443E5. Grayscale: #888888. Windows color (decimal): -11813862 or 1752139. OLE color: 1752139.
HSL color Cylindrical-coordinate representation of color #4BBC1A: hue angle of 101.85º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4BBC1A is Cyan = 0.60, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 75 | 188 | 26 | - |
| CMYK | 0.60 | 0 | 0.86 | 0.26 |
| HSL | 101.85º | 0.76% | 0.42% | - |
| HSV(B) | 101.85º | 0.86% | 0.74% | - |
| XYZ | 21.07 | 37.54 | 7.11 | - |
| YUV | 135.75 | 66.06 | 84.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 188 | 26 | 0.60 | 0 | 0.86 | 0.26 | 101.85 | 0.76 | 0.42 |
| Hex | 4B | BC | 1A | 3C | 0 | 56 | 1A | 66 | 4C | 2A |
| Octal | 113 | 274 | 32 | 74 | 0 | 126 | 32 | 146 | 114 | 52 |
| Binary | 1001011 | 10111100 | 11010 | 111100 | 0 | 1010110 | 11010 | 1100110 | 1001100 | 101010 |
Color Harmonies of #4BBC1A
Complementary color
Monochromatic Colors of #4BBC1A
Black with #4BBC1A
Text Example
Text Example
White with #4BBC1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBC1A; }
p { color: rgb(75,188,26); }
H1.HeaderClassName
{
color: #4BBC1A;
}
.AnyTagClassName
{
color: #4BBC1A;
}
</style>
background-color css
<style>
a { background-color: #4BBC1A; }
a { background-color: rgb(75,188,26); }
div.DivClassName
{
background-color: #4BBC1A;
}
.BgClassName
{
background-color: #4BBC1A;
}
</style>
border-color css
<style>
span { border-color: #4BBC1A; }
span { border-color: rgb(75,188,26); }
td.TdClassName
{
border-color: #4BBC1A;
}
.TagClassName
{
border-color: #4BBC1A;
}
</style>