Shades of Kelly Green #4BBC10
Tints of Kelly Green #4BBC10
RGB
CMYK
RGB Variations
Color information
#4BBC10 (or 0x4BBC10) is known color: Kelly Green. HEX triplet: 4B, BC and 10. RGB value is (75,188,16). Sum of RGB (Red+Green+Blue) = 75+188+16=279 (36% of max value = 765). Red value is 75 (29.69% from 255 or 26.88% from 279); Green value is 188 (73.83% from 255 or 67.38% from 279); Blue value is 16 (6.64% from 255 or 5.73% from 279); Max value from RGB is 188 - color contains mainly: green. Hex color #4BBC10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4BBC10 is #B443EF. Grayscale: #878787. Windows color (decimal): -11813872 or 1096779. OLE color: 1096779.
HSL color Cylindrical-coordinate representation of color #4BBC10: hue angle of 99.42º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4BBC10 is Cyan = 0.60, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 75 | 188 | 16 | - |
| CMYK | 0.60 | 0 | 0.91 | 0.26 |
| HSL | 99.42º | 0.84% | 0.4% | - |
| HSV(B) | 99.42º | 0.91% | 0.74% | - |
| XYZ | 20.98 | 37.5 | 6.62 | - |
| YUV | 134.61 | 61.06 | 85.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 188 | 16 | 0.60 | 0 | 0.91 | 0.26 | 99.42 | 0.84 | 0.4 |
| Hex | 4B | BC | 10 | 3C | 0 | 5B | 1A | 63 | 54 | 28 |
| Octal | 113 | 274 | 20 | 74 | 0 | 133 | 32 | 143 | 124 | 50 |
| Binary | 1001011 | 10111100 | 10000 | 111100 | 0 | 1011011 | 11010 | 1100011 | 1010100 | 101000 |
Color Harmonies of #4BBC10
Complementary color
Monochromatic Colors of #4BBC10
Black with #4BBC10
Text Example
Text Example
White with #4BBC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBC10; }
p { color: rgb(75,188,16); }
H1.HeaderClassName
{
color: #4BBC10;
}
.AnyTagClassName
{
color: #4BBC10;
}
</style>
background-color css
<style>
a { background-color: #4BBC10; }
a { background-color: rgb(75,188,16); }
div.DivClassName
{
background-color: #4BBC10;
}
.BgClassName
{
background-color: #4BBC10;
}
</style>
border-color css
<style>
span { border-color: #4BBC10; }
span { border-color: rgb(75,188,16); }
td.TdClassName
{
border-color: #4BBC10;
}
.TagClassName
{
border-color: #4BBC10;
}
</style>