Shades of Jungle Green #33BB83
Tints of Jungle Green #33BB83
RGB
CMYK
RGB Variations
Color information
#33BB83 (or 0x33BB83) is known color: Jungle Green. HEX triplet: 33, BB and 83. RGB value is (51,187,131). Sum of RGB (Red+Green+Blue) = 51+187+131=369 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.82% from 369); Green value is 187 (73.44% from 255 or 50.68% from 369); Blue value is 131 (51.56% from 255 or 35.50% from 369); Max value from RGB is 187 - color contains mainly: green. Hex color #33BB83 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33BB83 is #CC447C. Grayscale: #8C8C8C. Windows color (decimal): -13386877 or 8633139. OLE color: 8633139.
HSL color Cylindrical-coordinate representation of color #33BB83: hue angle of 155.29º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33BB83 is Cyan = 0.73, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 187 | 131 | - |
| CMYK | 0.73 | 0 | 0.30 | 0.27 |
| HSL | 155.29º | 0.57% | 0.47% | - |
| HSV(B) | 155.29º | 0.73% | 0.73% | - |
| XYZ | 23.23 | 37.88 | 27.56 | - |
| YUV | 139.95 | 122.94 | 64.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 187 | 131 | 0.73 | 0 | 0.30 | 0.27 | 155.29 | 0.57 | 0.47 |
| Hex | 33 | BB | 83 | 49 | 0 | 1E | 1B | 9B | 39 | 2F |
| Octal | 63 | 273 | 203 | 111 | 0 | 36 | 33 | 233 | 71 | 57 |
| Binary | 110011 | 10111011 | 10000011 | 1001001 | 0 | 11110 | 11011 | 10011011 | 111001 | 101111 |
Color Harmonies of #33BB83
Complementary color
Monochromatic Colors of #33BB83
Black with #33BB83
Text Example
Text Example
White with #33BB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BB83; }
p { color: rgb(51,187,131); }
H1.HeaderClassName
{
color: #33BB83;
}
.AnyTagClassName
{
color: #33BB83;
}
</style>
background-color css
<style>
a { background-color: #33BB83; }
a { background-color: rgb(51,187,131); }
div.DivClassName
{
background-color: #33BB83;
}
.BgClassName
{
background-color: #33BB83;
}
</style>
border-color css
<style>
span { border-color: #33BB83; }
span { border-color: rgb(51,187,131); }
td.TdClassName
{
border-color: #33BB83;
}
.TagClassName
{
border-color: #33BB83;
}
</style>