Shades of Sushi #82AF40
Tints of Sushi #82AF40
RGB
CMYK
RGB Variations
Color information
#82AF40 (or 0x82AF40) is known color: Sushi. HEX triplet: 82, AF and 40. RGB value is (130,175,64). Sum of RGB (Red+Green+Blue) = 130+175+64=369 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.23% from 369); Green value is 175 (68.75% from 255 or 47.43% from 369); Blue value is 64 (25.39% from 255 or 17.34% from 369); Max value from RGB is 175 - color contains mainly: green. Hex color #82AF40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82AF40 is #7D50BF. Grayscale: #959595. Windows color (decimal): -8212672 or 4239234. OLE color: 4239234.
HSL color Cylindrical-coordinate representation of color #82AF40: hue angle of 84.32º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #82AF40 is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 130 | 175 | 64 | - |
| CMYK | 0.26 | 0 | 0.63 | 0.31 |
| HSL | 84.32º | 0.46% | 0.47% | - |
| HSV(B) | 84.32º | 0.63% | 0.69% | - |
| XYZ | 25.46 | 35.78 | 10.41 | - |
| YUV | 148.89 | 80.09 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 175 | 64 | 0.26 | 0 | 0.63 | 0.31 | 84.32 | 0.46 | 0.47 |
| Hex | 82 | AF | 40 | 1A | 0 | 3F | 1F | 54 | 2E | 2F |
| Octal | 202 | 257 | 100 | 32 | 0 | 77 | 37 | 124 | 56 | 57 |
| Binary | 10000010 | 10101111 | 1000000 | 11010 | 0 | 111111 | 11111 | 1010100 | 101110 | 101111 |
Color Harmonies of #82AF40
Complementary color
Monochromatic Colors of #82AF40
Black with #82AF40
Text Example
Text Example
White with #82AF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AF40; }
p { color: rgb(130,175,64); }
H1.HeaderClassName
{
color: #82AF40;
}
.AnyTagClassName
{
color: #82AF40;
}
</style>
background-color css
<style>
a { background-color: #82AF40; }
a { background-color: rgb(130,175,64); }
div.DivClassName
{
background-color: #82AF40;
}
.BgClassName
{
background-color: #82AF40;
}
</style>
border-color css
<style>
span { border-color: #82AF40; }
span { border-color: rgb(130,175,64); }
td.TdClassName
{
border-color: #82AF40;
}
.TagClassName
{
border-color: #82AF40;
}
</style>