Shades of Sushi #82B23F
Tints of Sushi #82B23F
RGB
CMYK
RGB Variations
Color information
#82B23F (or 0x82B23F) is known color: Sushi. HEX triplet: 82, B2 and 3F. RGB value is (130,178,63). Sum of RGB (Red+Green+Blue) = 130+178+63=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 178 (69.92% from 255 or 47.98% from 371); Blue value is 63 (25% from 255 or 16.98% from 371); Max value from RGB is 178 - color contains mainly: green. Hex color #82B23F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82B23F is #7D4DC0. Grayscale: #969696. Windows color (decimal): -8211905 or 4174466. OLE color: 4174466.
HSL color Cylindrical-coordinate representation of color #82B23F: hue angle of 85.04º degrees, saturation: 0.48, 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 #82B23F is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 130 | 178 | 63 | - |
| CMYK | 0.27 | 0 | 0.65 | 0.30 |
| HSL | 85.04º | 0.48% | 0.47% | - |
| HSV(B) | 85.04º | 0.65% | 0.7% | - |
| XYZ | 26.02 | 36.95 | 10.46 | - |
| YUV | 150.54 | 78.6 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 178 | 63 | 0.27 | 0 | 0.65 | 0.30 | 85.04 | 0.48 | 0.47 |
| Hex | 82 | B2 | 3F | 1B | 0 | 41 | 1E | 55 | 30 | 2F |
| Octal | 202 | 262 | 77 | 33 | 0 | 101 | 36 | 125 | 60 | 57 |
| Binary | 10000010 | 10110010 | 111111 | 11011 | 0 | 1000001 | 11110 | 1010101 | 110000 | 101111 |
Color Harmonies of #82B23F
Complementary color
Monochromatic Colors of #82B23F
Black with #82B23F
Text Example
Text Example
White with #82B23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B23F; }
p { color: rgb(130,178,63); }
H1.HeaderClassName
{
color: #82B23F;
}
.AnyTagClassName
{
color: #82B23F;
}
</style>
background-color css
<style>
a { background-color: #82B23F; }
a { background-color: rgb(130,178,63); }
div.DivClassName
{
background-color: #82B23F;
}
.BgClassName
{
background-color: #82B23F;
}
</style>
border-color css
<style>
span { border-color: #82B23F; }
span { border-color: rgb(130,178,63); }
td.TdClassName
{
border-color: #82B23F;
}
.TagClassName
{
border-color: #82B23F;
}
</style>