Shades of Yellow Green #82CA3A
Tints of Yellow Green #82CA3A
RGB
CMYK
RGB Variations
Color information
#82CA3A (or 0x82CA3A) is known color: Yellow Green. HEX triplet: 82, CA and 3A. RGB value is (130,202,58). Sum of RGB (Red+Green+Blue) = 130+202+58=390 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.33% from 390); Green value is 202 (79.30% from 255 or 51.79% from 390); Blue value is 58 (23.05% from 255 or 14.87% from 390); Max value from RGB is 202 - color contains mainly: green. Hex color #82CA3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82CA3A is #7D35C5. Grayscale: #A4A4A4. Windows color (decimal): -8205766 or 3852930. OLE color: 3852930.
HSL color Cylindrical-coordinate representation of color #82CA3A: hue angle of 90º degrees, saturation: 0.58, 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 #82CA3A is Cyan = 0.36, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 130 | 202 | 58 | - |
| CMYK | 0.36 | 0 | 0.71 | 0.21 |
| HSL | 90º | 0.58% | 0.51% | - |
| HSV(B) | 90º | 0.71% | 0.79% | - |
| XYZ | 31.09 | 47.29 | 11.49 | - |
| YUV | 164.06 | 68.15 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 202 | 58 | 0.36 | 0 | 0.71 | 0.21 | 90 | 0.58 | 0.51 |
| Hex | 82 | CA | 3A | 24 | 0 | 47 | 15 | 5A | 3A | 33 |
| Octal | 202 | 312 | 72 | 44 | 0 | 107 | 25 | 132 | 72 | 63 |
| Binary | 10000010 | 11001010 | 111010 | 100100 | 0 | 1000111 | 10101 | 1011010 | 111010 | 110011 |
Color Harmonies of #82CA3A
Complementary color
Monochromatic Colors of #82CA3A
Black with #82CA3A
Text Example
Text Example
White with #82CA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CA3A; }
p { color: rgb(130,202,58); }
H1.HeaderClassName
{
color: #82CA3A;
}
.AnyTagClassName
{
color: #82CA3A;
}
</style>
background-color css
<style>
a { background-color: #82CA3A; }
a { background-color: rgb(130,202,58); }
div.DivClassName
{
background-color: #82CA3A;
}
.BgClassName
{
background-color: #82CA3A;
}
</style>
border-color css
<style>
span { border-color: #82CA3A; }
span { border-color: rgb(130,202,58); }
td.TdClassName
{
border-color: #82CA3A;
}
.TagClassName
{
border-color: #82CA3A;
}
</style>