Shades of Kelly Green #4BC232
Tints of Kelly Green #4BC232
RGB
CMYK
RGB Variations
Color information
#4BC232 (or 0x4BC232) is known color: Kelly Green. HEX triplet: 4B, C2 and 32. RGB value is (75,194,50). Sum of RGB (Red+Green+Blue) = 75+194+50=319 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.51% from 319); Green value is 194 (76.17% from 255 or 60.82% from 319); Blue value is 50 (19.92% from 255 or 15.67% from 319); Max value from RGB is 194 - color contains mainly: green. Hex color #4BC232 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BC232 is #B43DCD. Grayscale: #8E8E8E. Windows color (decimal): -11812302 or 3326539. OLE color: 3326539.
HSL color Cylindrical-coordinate representation of color #4BC232: hue angle of 109.58º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4BC232 is Cyan = 0.61, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 75 | 194 | 50 | - |
| CMYK | 0.61 | 0 | 0.74 | 0.24 |
| HSL | 109.58º | 0.59% | 0.48% | - |
| HSV(B) | 109.58º | 0.74% | 0.76% | - |
| XYZ | 22.77 | 40.31 | 9.6 | - |
| YUV | 142 | 76.08 | 80.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 194 | 50 | 0.61 | 0 | 0.74 | 0.24 | 109.58 | 0.59 | 0.48 |
| Hex | 4B | C2 | 32 | 3D | 0 | 4A | 18 | 6E | 3B | 30 |
| Octal | 113 | 302 | 62 | 75 | 0 | 112 | 30 | 156 | 73 | 60 |
| Binary | 1001011 | 11000010 | 110010 | 111101 | 0 | 1001010 | 11000 | 1101110 | 111011 | 110000 |
Color Harmonies of #4BC232
Complementary color
Monochromatic Colors of #4BC232
Black with #4BC232
Text Example
Text Example
White with #4BC232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC232; }
p { color: rgb(75,194,50); }
H1.HeaderClassName
{
color: #4BC232;
}
.AnyTagClassName
{
color: #4BC232;
}
</style>
background-color css
<style>
a { background-color: #4BC232; }
a { background-color: rgb(75,194,50); }
div.DivClassName
{
background-color: #4BC232;
}
.BgClassName
{
background-color: #4BC232;
}
</style>
border-color css
<style>
span { border-color: #4BC232; }
span { border-color: rgb(75,194,50); }
td.TdClassName
{
border-color: #4BC232;
}
.TagClassName
{
border-color: #4BC232;
}
</style>