Shades of Atlantis #82D73B
Tints of Atlantis #82D73B
RGB
CMYK
RGB Variations
Color information
#82D73B (or 0x82D73B) is known color: Atlantis. HEX triplet: 82, D7 and 3B. RGB value is (130,215,59). Sum of RGB (Red+Green+Blue) = 130+215+59=404 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.18% from 404); Green value is 215 (84.38% from 255 or 53.22% from 404); Blue value is 59 (23.44% from 255 or 14.60% from 404); Max value from RGB is 215 - color contains mainly: green. Hex color #82D73B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82D73B is #7D28C4. Grayscale: #ACACAC. Windows color (decimal): -8202437 or 3921794. OLE color: 3921794.
HSL color Cylindrical-coordinate representation of color #82D73B: hue angle of 92.69º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #82D73B is Cyan = 0.40, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 130 | 215 | 59 | - |
| CMYK | 0.40 | 0 | 0.73 | 0.16 |
| HSL | 92.69º | 0.66% | 0.54% | - |
| HSV(B) | 92.69º | 0.73% | 0.84% | - |
| XYZ | 34.3 | 53.66 | 12.69 | - |
| YUV | 171.8 | 64.34 | 98.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 215 | 59 | 0.40 | 0 | 0.73 | 0.16 | 92.69 | 0.66 | 0.54 |
| Hex | 82 | D7 | 3B | 28 | 0 | 49 | 10 | 5D | 42 | 36 |
| Octal | 202 | 327 | 73 | 50 | 0 | 111 | 20 | 135 | 102 | 66 |
| Binary | 10000010 | 11010111 | 111011 | 101000 | 0 | 1001001 | 10000 | 1011101 | 1000010 | 110110 |
Color Harmonies of #82D73B
Complementary color
Monochromatic Colors of #82D73B
Black with #82D73B
Text Example
Text Example
White with #82D73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82D73B; }
p { color: rgb(130,215,59); }
H1.HeaderClassName
{
color: #82D73B;
}
.AnyTagClassName
{
color: #82D73B;
}
</style>
background-color css
<style>
a { background-color: #82D73B; }
a { background-color: rgb(130,215,59); }
div.DivClassName
{
background-color: #82D73B;
}
.BgClassName
{
background-color: #82D73B;
}
</style>
border-color css
<style>
span { border-color: #82D73B; }
span { border-color: rgb(130,215,59); }
td.TdClassName
{
border-color: #82D73B;
}
.TagClassName
{
border-color: #82D73B;
}
</style>