Shades of Sushi #83B240
Tints of Sushi #83B240
RGB
CMYK
RGB Variations
Color information
#83B240 (or 0x83B240) is known color: Sushi. HEX triplet: 83, B2 and 40. RGB value is (131,178,64). Sum of RGB (Red+Green+Blue) = 131+178+64=373 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.12% from 373); Green value is 178 (69.92% from 255 or 47.72% from 373); Blue value is 64 (25.39% from 255 or 17.16% from 373); Max value from RGB is 178 - color contains mainly: green. Hex color #83B240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83B240 is #7C4DBF. Grayscale: #979797. Windows color (decimal): -8146368 or 4240003. OLE color: 4240003.
HSL color Cylindrical-coordinate representation of color #83B240: hue angle of 84.74º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #83B240 is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 131 | 178 | 64 | - |
| CMYK | 0.26 | 0 | 0.64 | 0.30 |
| HSL | 84.74º | 0.47% | 0.47% | - |
| HSV(B) | 84.74º | 0.64% | 0.7% | - |
| XYZ | 26.21 | 37.04 | 10.62 | - |
| YUV | 150.95 | 78.93 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 178 | 64 | 0.26 | 0 | 0.64 | 0.30 | 84.74 | 0.47 | 0.47 |
| Hex | 83 | B2 | 40 | 1A | 0 | 40 | 1E | 55 | 2F | 2F |
| Octal | 203 | 262 | 100 | 32 | 0 | 100 | 36 | 125 | 57 | 57 |
| Binary | 10000011 | 10110010 | 1000000 | 11010 | 0 | 1000000 | 11110 | 1010101 | 101111 | 101111 |
Color Harmonies of #83B240
Complementary color
Monochromatic Colors of #83B240
Black with #83B240
Text Example
Text Example
White with #83B240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B240; }
p { color: rgb(131,178,64); }
H1.HeaderClassName
{
color: #83B240;
}
.AnyTagClassName
{
color: #83B240;
}
</style>
background-color css
<style>
a { background-color: #83B240; }
a { background-color: rgb(131,178,64); }
div.DivClassName
{
background-color: #83B240;
}
.BgClassName
{
background-color: #83B240;
}
</style>
border-color css
<style>
span { border-color: #83B240; }
span { border-color: rgb(131,178,64); }
td.TdClassName
{
border-color: #83B240;
}
.TagClassName
{
border-color: #83B240;
}
</style>