Shades of Sushi #83B33E
Tints of Sushi #83B33E
RGB
CMYK
RGB Variations
Color information
#83B33E (or 0x83B33E) is known color: Sushi. HEX triplet: 83, B3 and 3E. RGB value is (131,179,62). Sum of RGB (Red+Green+Blue) = 131+179+62=372 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.22% from 372); Green value is 179 (70.31% from 255 or 48.12% from 372); Blue value is 62 (24.61% from 255 or 16.67% from 372); Max value from RGB is 179 - color contains mainly: green. Hex color #83B33E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83B33E is #7C4CC1. Grayscale: #979797. Windows color (decimal): -8146114 or 4109187. OLE color: 4109187.
HSL color Cylindrical-coordinate representation of color #83B33E: hue angle of 84.62º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #83B33E is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 131 | 179 | 62 | - |
| CMYK | 0.27 | 0 | 0.65 | 0.30 |
| HSL | 84.62º | 0.49% | 0.47% | - |
| HSV(B) | 84.62º | 0.65% | 0.7% | - |
| XYZ | 26.35 | 37.41 | 10.39 | - |
| YUV | 151.31 | 77.6 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 179 | 62 | 0.27 | 0 | 0.65 | 0.30 | 84.62 | 0.49 | 0.47 |
| Hex | 83 | B3 | 3E | 1B | 0 | 41 | 1E | 55 | 31 | 2F |
| Octal | 203 | 263 | 76 | 33 | 0 | 101 | 36 | 125 | 61 | 57 |
| Binary | 10000011 | 10110011 | 111110 | 11011 | 0 | 1000001 | 11110 | 1010101 | 110001 | 101111 |
Color Harmonies of #83B33E
Complementary color
Monochromatic Colors of #83B33E
Black with #83B33E
Text Example
Text Example
White with #83B33E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B33E; }
p { color: rgb(131,179,62); }
H1.HeaderClassName
{
color: #83B33E;
}
.AnyTagClassName
{
color: #83B33E;
}
</style>
background-color css
<style>
a { background-color: #83B33E; }
a { background-color: rgb(131,179,62); }
div.DivClassName
{
background-color: #83B33E;
}
.BgClassName
{
background-color: #83B33E;
}
</style>
border-color css
<style>
span { border-color: #83B33E; }
span { border-color: rgb(131,179,62); }
td.TdClassName
{
border-color: #83B33E;
}
.TagClassName
{
border-color: #83B33E;
}
</style>