Shades of Atlantis #82EC41
Tints of Atlantis #82EC41
RGB
CMYK
RGB Variations
Color information
#82EC41 (or 0x82EC41) is known color: Atlantis. HEX triplet: 82, EC and 41. RGB value is (130,236,65). Sum of RGB (Red+Green+Blue) = 130+236+65=431 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.16% from 431); Green value is 236 (92.58% from 255 or 54.76% from 431); Blue value is 65 (25.78% from 255 or 15.08% from 431); Max value from RGB is 236 - color contains mainly: green. Hex color #82EC41 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82EC41 is #7D13BE. Grayscale: #B9B9B9. Windows color (decimal): -8197055 or 4320386. OLE color: 4320386.
HSL color Cylindrical-coordinate representation of color #82EC41: hue angle of 97.19º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #82EC41 is Cyan = 0.45, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 236 | 65 | - |
| CMYK | 0.45 | 0 | 0.72 | 0.07 |
| HSL | 97.19º | 0.82% | 0.59% | - |
| HSV(B) | 97.19º | 0.72% | 0.93% | - |
| XYZ | 40.16 | 65.12 | 15.45 | - |
| YUV | 184.81 | 60.38 | 88.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 236 | 65 | 0.45 | 0 | 0.72 | 0.07 | 97.19 | 0.82 | 0.59 |
| Hex | 82 | EC | 41 | 2D | 0 | 48 | 7 | 61 | 52 | 3B |
| Octal | 202 | 354 | 101 | 55 | 0 | 110 | 7 | 141 | 122 | 73 |
| Binary | 10000010 | 11101100 | 1000001 | 101101 | 0 | 1001000 | 111 | 1100001 | 1010010 | 111011 |
Color Harmonies of #82EC41
Complementary color
Monochromatic Colors of #82EC41
Black with #82EC41
Text Example
Text Example
White with #82EC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82EC41; }
p { color: rgb(130,236,65); }
H1.HeaderClassName
{
color: #82EC41;
}
.AnyTagClassName
{
color: #82EC41;
}
</style>
background-color css
<style>
a { background-color: #82EC41; }
a { background-color: rgb(130,236,65); }
div.DivClassName
{
background-color: #82EC41;
}
.BgClassName
{
background-color: #82EC41;
}
</style>
border-color css
<style>
span { border-color: #82EC41; }
span { border-color: rgb(130,236,65); }
td.TdClassName
{
border-color: #82EC41;
}
.TagClassName
{
border-color: #82EC41;
}
</style>