Shades of Yellow Green #82CE25
Tints of Yellow Green #82CE25
RGB
CMYK
RGB Variations
Color information
#82CE25 (or 0x82CE25) is known color: Yellow Green. HEX triplet: 82, CE and 25. RGB value is (130,206,37). Sum of RGB (Red+Green+Blue) = 130+206+37=373 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.85% from 373); Green value is 206 (80.86% from 255 or 55.23% from 373); Blue value is 37 (14.84% from 255 or 9.92% from 373); Max value from RGB is 206 - color contains mainly: green. Hex color #82CE25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82CE25 is #7D31DA. Grayscale: #A4A4A4. Windows color (decimal): -8204763 or 2477698. OLE color: 2477698.
HSL color Cylindrical-coordinate representation of color #82CE25: hue angle of 86.98º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #82CE25 is Cyan = 0.37, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 206 | 37 | - |
| CMYK | 0.37 | 0 | 0.82 | 0.19 |
| HSL | 86.98º | 0.7% | 0.48% | - |
| HSV(B) | 86.98º | 0.82% | 0.81% | - |
| XYZ | 31.61 | 49.02 | 9.55 | - |
| YUV | 164.01 | 56.32 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 206 | 37 | 0.37 | 0 | 0.82 | 0.19 | 86.98 | 0.7 | 0.48 |
| Hex | 82 | CE | 25 | 25 | 0 | 52 | 13 | 57 | 46 | 30 |
| Octal | 202 | 316 | 45 | 45 | 0 | 122 | 23 | 127 | 106 | 60 |
| Binary | 10000010 | 11001110 | 100101 | 100101 | 0 | 1010010 | 10011 | 1010111 | 1000110 | 110000 |
Color Harmonies of #82CE25
Complementary color
Monochromatic Colors of #82CE25
Black with #82CE25
Text Example
Text Example
White with #82CE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CE25; }
p { color: rgb(130,206,37); }
H1.HeaderClassName
{
color: #82CE25;
}
.AnyTagClassName
{
color: #82CE25;
}
</style>
background-color css
<style>
a { background-color: #82CE25; }
a { background-color: rgb(130,206,37); }
div.DivClassName
{
background-color: #82CE25;
}
.BgClassName
{
background-color: #82CE25;
}
</style>
border-color css
<style>
span { border-color: #82CE25; }
span { border-color: rgb(130,206,37); }
td.TdClassName
{
border-color: #82CE25;
}
.TagClassName
{
border-color: #82CE25;
}
</style>