Shades of Kelly Green #4BBF32
Tints of Kelly Green #4BBF32
RGB
CMYK
RGB Variations
Color information
#4BBF32 (or 0x4BBF32) is known color: Kelly Green. HEX triplet: 4B, BF and 32. RGB value is (75,191,50). Sum of RGB (Red+Green+Blue) = 75+191+50=316 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.73% from 316); Green value is 191 (75% from 255 or 60.44% from 316); Blue value is 50 (19.92% from 255 or 15.82% from 316); Max value from RGB is 191 - color contains mainly: green. Hex color #4BBF32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BBF32 is #B440CD. Grayscale: #8C8C8C. Windows color (decimal): -11813070 or 3325771. OLE color: 3325771.
HSL color Cylindrical-coordinate representation of color #4BBF32: hue angle of 109.36º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4BBF32 is Cyan = 0.61, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 75 | 191 | 50 | - |
| CMYK | 0.61 | 0 | 0.74 | 0.25 |
| HSL | 109.36º | 0.59% | 0.47% | - |
| HSV(B) | 109.36º | 0.74% | 0.75% | - |
| XYZ | 22.11 | 38.99 | 9.38 | - |
| YUV | 140.24 | 77.07 | 81.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 191 | 50 | 0.61 | 0 | 0.74 | 0.25 | 109.36 | 0.59 | 0.47 |
| Hex | 4B | BF | 32 | 3D | 0 | 4A | 19 | 6D | 3B | 2F |
| Octal | 113 | 277 | 62 | 75 | 0 | 112 | 31 | 155 | 73 | 57 |
| Binary | 1001011 | 10111111 | 110010 | 111101 | 0 | 1001010 | 11001 | 1101101 | 111011 | 101111 |
Color Harmonies of #4BBF32
Complementary color
Monochromatic Colors of #4BBF32
Black with #4BBF32
Text Example
Text Example
White with #4BBF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBF32; }
p { color: rgb(75,191,50); }
H1.HeaderClassName
{
color: #4BBF32;
}
.AnyTagClassName
{
color: #4BBF32;
}
</style>
background-color css
<style>
a { background-color: #4BBF32; }
a { background-color: rgb(75,191,50); }
div.DivClassName
{
background-color: #4BBF32;
}
.BgClassName
{
background-color: #4BBF32;
}
</style>
border-color css
<style>
span { border-color: #4BBF32; }
span { border-color: rgb(75,191,50); }
td.TdClassName
{
border-color: #4BBF32;
}
.TagClassName
{
border-color: #4BBF32;
}
</style>