Shades of Yellow Green #82CE33
Tints of Yellow Green #82CE33
RGB
CMYK
RGB Variations
Color information
#82CE33 (or 0x82CE33) is known color: Yellow Green. HEX triplet: 82, CE and 33. RGB value is (130,206,51). Sum of RGB (Red+Green+Blue) = 130+206+51=387 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.59% from 387); Green value is 206 (80.86% from 255 or 53.23% from 387); Blue value is 51 (20.31% from 255 or 13.18% from 387); Max value from RGB is 206 - color contains mainly: green. Hex color #82CE33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82CE33 is #7D31CC. Grayscale: #A6A6A6. Windows color (decimal): -8204749 or 3395202. OLE color: 3395202.
HSL color Cylindrical-coordinate representation of color #82CE33: hue angle of 89.42º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #82CE33 is Cyan = 0.37, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 206 | 51 | - |
| CMYK | 0.37 | 0 | 0.75 | 0.19 |
| HSL | 89.42º | 0.61% | 0.5% | - |
| HSV(B) | 89.42º | 0.75% | 0.81% | - |
| XYZ | 31.87 | 49.13 | 10.93 | - |
| YUV | 165.61 | 63.32 | 102.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 206 | 51 | 0.37 | 0 | 0.75 | 0.19 | 89.42 | 0.61 | 0.5 |
| Hex | 82 | CE | 33 | 25 | 0 | 4B | 13 | 59 | 3D | 32 |
| Octal | 202 | 316 | 63 | 45 | 0 | 113 | 23 | 131 | 75 | 62 |
| Binary | 10000010 | 11001110 | 110011 | 100101 | 0 | 1001011 | 10011 | 1011001 | 111101 | 110010 |
Color Harmonies of #82CE33
Complementary color
Monochromatic Colors of #82CE33
Black with #82CE33
Text Example
Text Example
White with #82CE33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CE33; }
p { color: rgb(130,206,51); }
H1.HeaderClassName
{
color: #82CE33;
}
.AnyTagClassName
{
color: #82CE33;
}
</style>
background-color css
<style>
a { background-color: #82CE33; }
a { background-color: rgb(130,206,51); }
div.DivClassName
{
background-color: #82CE33;
}
.BgClassName
{
background-color: #82CE33;
}
</style>
border-color css
<style>
span { border-color: #82CE33; }
span { border-color: rgb(130,206,51); }
td.TdClassName
{
border-color: #82CE33;
}
.TagClassName
{
border-color: #82CE33;
}
</style>