Shades of Jungle Green #33BC84
Tints of Jungle Green #33BC84
RGB
CMYK
RGB Variations
Color information
#33BC84 (or 0x33BC84) is known color: Jungle Green. HEX triplet: 33, BC and 84. RGB value is (51,188,132). Sum of RGB (Red+Green+Blue) = 51+188+132=371 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.75% from 371); Green value is 188 (73.83% from 255 or 50.67% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 188 - color contains mainly: green. Hex color #33BC84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33BC84 is #CC437B. Grayscale: #8C8C8C. Windows color (decimal): -13386620 or 8698931. OLE color: 8698931.
HSL color Cylindrical-coordinate representation of color #33BC84: hue angle of 155.47º degrees, saturation: 0.57, 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 #33BC84 is Cyan = 0.73, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 188 | 132 | - |
| CMYK | 0.73 | 0 | 0.30 | 0.26 |
| HSL | 155.47º | 0.57% | 0.47% | - |
| HSV(B) | 155.47º | 0.73% | 0.74% | - |
| XYZ | 23.51 | 38.34 | 27.99 | - |
| YUV | 140.65 | 123.11 | 64.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 188 | 132 | 0.73 | 0 | 0.30 | 0.26 | 155.47 | 0.57 | 0.47 |
| Hex | 33 | BC | 84 | 49 | 0 | 1E | 1A | 9B | 39 | 2F |
| Octal | 63 | 274 | 204 | 111 | 0 | 36 | 32 | 233 | 71 | 57 |
| Binary | 110011 | 10111100 | 10000100 | 1001001 | 0 | 11110 | 11010 | 10011011 | 111001 | 101111 |
Color Harmonies of #33BC84
Complementary color
Monochromatic Colors of #33BC84
Black with #33BC84
Text Example
Text Example
White with #33BC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BC84; }
p { color: rgb(51,188,132); }
H1.HeaderClassName
{
color: #33BC84;
}
.AnyTagClassName
{
color: #33BC84;
}
</style>
background-color css
<style>
a { background-color: #33BC84; }
a { background-color: rgb(51,188,132); }
div.DivClassName
{
background-color: #33BC84;
}
.BgClassName
{
background-color: #33BC84;
}
</style>
border-color css
<style>
span { border-color: #33BC84; }
span { border-color: rgb(51,188,132); }
td.TdClassName
{
border-color: #33BC84;
}
.TagClassName
{
border-color: #33BC84;
}
</style>