Shades of Kelly Green #4BC320
Tints of Kelly Green #4BC320
RGB
CMYK
RGB Variations
Color information
#4BC320 (or 0x4BC320) is known color: Kelly Green. HEX triplet: 4B, C3 and 20. RGB value is (75,195,32). Sum of RGB (Red+Green+Blue) = 75+195+32=302 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.83% from 302); Green value is 195 (76.56% from 255 or 64.57% from 302); Blue value is 32 (12.89% from 255 or 10.60% from 302); Max value from RGB is 195 - color contains mainly: green. Hex color #4BC320 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BC320 is #B43CDF. Grayscale: #8D8D8D. Windows color (decimal): -11812064 or 2147147. OLE color: 2147147.
HSL color Cylindrical-coordinate representation of color #4BC320: hue angle of 104.17º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4BC320 is Cyan = 0.62, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 75 | 195 | 32 | - |
| CMYK | 0.62 | 0 | 0.84 | 0.24 |
| HSL | 104.17º | 0.72% | 0.45% | - |
| HSV(B) | 104.17º | 0.84% | 0.76% | - |
| XYZ | 22.68 | 40.63 | 8.01 | - |
| YUV | 140.54 | 66.74 | 81.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 195 | 32 | 0.62 | 0 | 0.84 | 0.24 | 104.17 | 0.72 | 0.45 |
| Hex | 4B | C3 | 20 | 3E | 0 | 54 | 18 | 68 | 48 | 2D |
| Octal | 113 | 303 | 40 | 76 | 0 | 124 | 30 | 150 | 110 | 55 |
| Binary | 1001011 | 11000011 | 100000 | 111110 | 0 | 1010100 | 11000 | 1101000 | 1001000 | 101101 |
Color Harmonies of #4BC320
Complementary color
Monochromatic Colors of #4BC320
Black with #4BC320
Text Example
Text Example
White with #4BC320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC320; }
p { color: rgb(75,195,32); }
H1.HeaderClassName
{
color: #4BC320;
}
.AnyTagClassName
{
color: #4BC320;
}
</style>
background-color css
<style>
a { background-color: #4BC320; }
a { background-color: rgb(75,195,32); }
div.DivClassName
{
background-color: #4BC320;
}
.BgClassName
{
background-color: #4BC320;
}
</style>
border-color css
<style>
span { border-color: #4BC320; }
span { border-color: rgb(75,195,32); }
td.TdClassName
{
border-color: #4BC320;
}
.TagClassName
{
border-color: #4BC320;
}
</style>