Shades of Yellow Green #82CE38
Tints of Yellow Green #82CE38
RGB
CMYK
RGB Variations
Color information
#82CE38 (or 0x82CE38) is known color: Yellow Green. HEX triplet: 82, CE and 38. RGB value is (130,206,56). Sum of RGB (Red+Green+Blue) = 130+206+56=392 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.16% from 392); Green value is 206 (80.86% from 255 or 52.55% from 392); Blue value is 56 (22.27% from 255 or 14.29% from 392); Max value from RGB is 206 - color contains mainly: green. Hex color #82CE38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82CE38 is #7D31C7. Grayscale: #A6A6A6. Windows color (decimal): -8204744 or 3722882. OLE color: 3722882.
HSL color Cylindrical-coordinate representation of color #82CE38: hue angle of 90.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #82CE38 is Cyan = 0.37, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 206 | 56 | - |
| CMYK | 0.37 | 0 | 0.73 | 0.19 |
| HSL | 90.4º | 0.6% | 0.51% | - |
| HSV(B) | 90.4º | 0.73% | 0.81% | - |
| XYZ | 31.99 | 49.17 | 11.55 | - |
| YUV | 166.18 | 65.82 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 206 | 56 | 0.37 | 0 | 0.73 | 0.19 | 90.4 | 0.6 | 0.51 |
| Hex | 82 | CE | 38 | 25 | 0 | 49 | 13 | 5A | 3C | 33 |
| Octal | 202 | 316 | 70 | 45 | 0 | 111 | 23 | 132 | 74 | 63 |
| Binary | 10000010 | 11001110 | 111000 | 100101 | 0 | 1001001 | 10011 | 1011010 | 111100 | 110011 |
Color Harmonies of #82CE38
Complementary color
Monochromatic Colors of #82CE38
Black with #82CE38
Text Example
Text Example
White with #82CE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CE38; }
p { color: rgb(130,206,56); }
H1.HeaderClassName
{
color: #82CE38;
}
.AnyTagClassName
{
color: #82CE38;
}
</style>
background-color css
<style>
a { background-color: #82CE38; }
a { background-color: rgb(130,206,56); }
div.DivClassName
{
background-color: #82CE38;
}
.BgClassName
{
background-color: #82CE38;
}
</style>
border-color css
<style>
span { border-color: #82CE38; }
span { border-color: rgb(130,206,56); }
td.TdClassName
{
border-color: #82CE38;
}
.TagClassName
{
border-color: #82CE38;
}
</style>