Shades of Atlantis #82EC32
Tints of Atlantis #82EC32
RGB
CMYK
RGB Variations
Color information
#82EC32 (or 0x82EC32) is known color: Atlantis. HEX triplet: 82, EC and 32. RGB value is (130,236,50). Sum of RGB (Red+Green+Blue) = 130+236+50=416 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.25% from 416); Green value is 236 (92.58% from 255 or 56.73% from 416); Blue value is 50 (19.92% from 255 or 12.02% from 416); Max value from RGB is 236 - color contains mainly: green. Hex color #82EC32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82EC32 is #7D13CD. Grayscale: #B7B7B7. Windows color (decimal): -8197070 or 3337346. OLE color: 3337346.
HSL color Cylindrical-coordinate representation of color #82EC32: hue angle of 94.19º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #82EC32 is Cyan = 0.45, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 236 | 50 | - |
| CMYK | 0.45 | 0 | 0.79 | 0.07 |
| HSL | 94.19º | 0.83% | 0.56% | - |
| HSV(B) | 94.19º | 0.79% | 0.93% | - |
| XYZ | 39.78 | 64.97 | 13.46 | - |
| YUV | 183.1 | 52.88 | 90.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 236 | 50 | 0.45 | 0 | 0.79 | 0.07 | 94.19 | 0.83 | 0.56 |
| Hex | 82 | EC | 32 | 2D | 0 | 4F | 7 | 5E | 53 | 38 |
| Octal | 202 | 354 | 62 | 55 | 0 | 117 | 7 | 136 | 123 | 70 |
| Binary | 10000010 | 11101100 | 110010 | 101101 | 0 | 1001111 | 111 | 1011110 | 1010011 | 111000 |
Color Harmonies of #82EC32
Complementary color
Monochromatic Colors of #82EC32
Black with #82EC32
Text Example
Text Example
White with #82EC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82EC32; }
p { color: rgb(130,236,50); }
H1.HeaderClassName
{
color: #82EC32;
}
.AnyTagClassName
{
color: #82EC32;
}
</style>
background-color css
<style>
a { background-color: #82EC32; }
a { background-color: rgb(130,236,50); }
div.DivClassName
{
background-color: #82EC32;
}
.BgClassName
{
background-color: #82EC32;
}
</style>
border-color css
<style>
span { border-color: #82EC32; }
span { border-color: rgb(130,236,50); }
td.TdClassName
{
border-color: #82EC32;
}
.TagClassName
{
border-color: #82EC32;
}
</style>