Shades of Yellow Green #82C93B
Tints of Yellow Green #82C93B
RGB
CMYK
RGB Variations
Color information
#82C93B (or 0x82C93B) is known color: Yellow Green. HEX triplet: 82, C9 and 3B. RGB value is (130,201,59). Sum of RGB (Red+Green+Blue) = 130+201+59=390 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.33% from 390); Green value is 201 (78.91% from 255 or 51.54% from 390); Blue value is 59 (23.44% from 255 or 15.13% from 390); Max value from RGB is 201 - color contains mainly: green. Hex color #82C93B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C93B is #7D36C4. Grayscale: #A4A4A4. Windows color (decimal): -8206021 or 3918210. OLE color: 3918210.
HSL color Cylindrical-coordinate representation of color #82C93B: hue angle of 90º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #82C93B is Cyan = 0.35, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 130 | 201 | 59 | - |
| CMYK | 0.35 | 0 | 0.71 | 0.21 |
| HSL | 90º | 0.57% | 0.51% | - |
| HSV(B) | 90º | 0.71% | 0.79% | - |
| XYZ | 30.88 | 46.83 | 11.55 | - |
| YUV | 163.58 | 68.98 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 201 | 59 | 0.35 | 0 | 0.71 | 0.21 | 90 | 0.57 | 0.51 |
| Hex | 82 | C9 | 3B | 23 | 0 | 47 | 15 | 5A | 39 | 33 |
| Octal | 202 | 311 | 73 | 43 | 0 | 107 | 25 | 132 | 71 | 63 |
| Binary | 10000010 | 11001001 | 111011 | 100011 | 0 | 1000111 | 10101 | 1011010 | 111001 | 110011 |
Color Harmonies of #82C93B
Complementary color
Monochromatic Colors of #82C93B
Black with #82C93B
Text Example
Text Example
White with #82C93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C93B; }
p { color: rgb(130,201,59); }
H1.HeaderClassName
{
color: #82C93B;
}
.AnyTagClassName
{
color: #82C93B;
}
</style>
background-color css
<style>
a { background-color: #82C93B; }
a { background-color: rgb(130,201,59); }
div.DivClassName
{
background-color: #82C93B;
}
.BgClassName
{
background-color: #82C93B;
}
</style>
border-color css
<style>
span { border-color: #82C93B; }
span { border-color: rgb(130,201,59); }
td.TdClassName
{
border-color: #82C93B;
}
.TagClassName
{
border-color: #82C93B;
}
</style>