Shades of Jungle Green #32BC83
Tints of Jungle Green #32BC83
RGB
CMYK
RGB Variations
Color information
#32BC83 (or 0x32BC83) is known color: Jungle Green. HEX triplet: 32, BC and 83. RGB value is (50,188,131). Sum of RGB (Red+Green+Blue) = 50+188+131=369 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.55% from 369); Green value is 188 (73.83% from 255 or 50.95% from 369); Blue value is 131 (51.56% from 255 or 35.50% from 369); Max value from RGB is 188 - color contains mainly: green. Hex color #32BC83 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32BC83 is #CD437C. Grayscale: #8C8C8C. Windows color (decimal): -13452157 or 8633394. OLE color: 8633394.
HSL color Cylindrical-coordinate representation of color #32BC83: hue angle of 155.22º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32BC83 is Cyan = 0.73, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 188 | 131 | - |
| CMYK | 0.73 | 0 | 0.30 | 0.26 |
| HSL | 155.22º | 0.58% | 0.47% | - |
| HSV(B) | 155.22º | 0.73% | 0.74% | - |
| XYZ | 23.4 | 38.28 | 27.63 | - |
| YUV | 140.24 | 122.78 | 63.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 188 | 131 | 0.73 | 0 | 0.30 | 0.26 | 155.22 | 0.58 | 0.47 |
| Hex | 32 | BC | 83 | 49 | 0 | 1E | 1A | 9B | 3A | 2F |
| Octal | 62 | 274 | 203 | 111 | 0 | 36 | 32 | 233 | 72 | 57 |
| Binary | 110010 | 10111100 | 10000011 | 1001001 | 0 | 11110 | 11010 | 10011011 | 111010 | 101111 |
Color Harmonies of #32BC83
Complementary color
Monochromatic Colors of #32BC83
Black with #32BC83
Text Example
Text Example
White with #32BC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BC83; }
p { color: rgb(50,188,131); }
H1.HeaderClassName
{
color: #32BC83;
}
.AnyTagClassName
{
color: #32BC83;
}
</style>
background-color css
<style>
a { background-color: #32BC83; }
a { background-color: rgb(50,188,131); }
div.DivClassName
{
background-color: #32BC83;
}
.BgClassName
{
background-color: #32BC83;
}
</style>
border-color css
<style>
span { border-color: #32BC83; }
span { border-color: rgb(50,188,131); }
td.TdClassName
{
border-color: #32BC83;
}
.TagClassName
{
border-color: #32BC83;
}
</style>