Shades of Atlantis #82D637
Tints of Atlantis #82D637
RGB
CMYK
RGB Variations
Color information
#82D637 (or 0x82D637) is known color: Atlantis. HEX triplet: 82, D6 and 37. RGB value is (130,214,55). Sum of RGB (Red+Green+Blue) = 130+214+55=399 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.58% from 399); Green value is 214 (83.98% from 255 or 53.63% from 399); Blue value is 55 (21.88% from 255 or 13.78% from 399); Max value from RGB is 214 - color contains mainly: green. Hex color #82D637 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82D637 is #7D29C8. Grayscale: #ABABAB. Windows color (decimal): -8202697 or 3659394. OLE color: 3659394.
HSL color Cylindrical-coordinate representation of color #82D637: hue angle of 91.7º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #82D637 is Cyan = 0.39, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 130 | 214 | 55 | - |
| CMYK | 0.39 | 0 | 0.74 | 0.16 |
| HSL | 91.7º | 0.66% | 0.53% | - |
| HSV(B) | 91.7º | 0.74% | 0.84% | - |
| XYZ | 33.94 | 53.11 | 12.08 | - |
| YUV | 170.76 | 62.67 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 214 | 55 | 0.39 | 0 | 0.74 | 0.16 | 91.7 | 0.66 | 0.53 |
| Hex | 82 | D6 | 37 | 27 | 0 | 4A | 10 | 5C | 42 | 35 |
| Octal | 202 | 326 | 67 | 47 | 0 | 112 | 20 | 134 | 102 | 65 |
| Binary | 10000010 | 11010110 | 110111 | 100111 | 0 | 1001010 | 10000 | 1011100 | 1000010 | 110101 |
Color Harmonies of #82D637
Complementary color
Monochromatic Colors of #82D637
Black with #82D637
Text Example
Text Example
White with #82D637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82D637; }
p { color: rgb(130,214,55); }
H1.HeaderClassName
{
color: #82D637;
}
.AnyTagClassName
{
color: #82D637;
}
</style>
background-color css
<style>
a { background-color: #82D637; }
a { background-color: rgb(130,214,55); }
div.DivClassName
{
background-color: #82D637;
}
.BgClassName
{
background-color: #82D637;
}
</style>
border-color css
<style>
span { border-color: #82D637; }
span { border-color: rgb(130,214,55); }
td.TdClassName
{
border-color: #82D637;
}
.TagClassName
{
border-color: #82D637;
}
</style>