Shades of Atlantis #82CE3F
Tints of Atlantis #82CE3F
RGB
CMYK
RGB Variations
Color information
#82CE3F (or 0x82CE3F) is known color: Atlantis. HEX triplet: 82, CE and 3F. RGB value is (130,206,63). Sum of RGB (Red+Green+Blue) = 130+206+63=399 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.58% from 399); Green value is 206 (80.86% from 255 or 51.63% from 399); Blue value is 63 (25% from 255 or 15.79% from 399); Max value from RGB is 206 - color contains mainly: green. Hex color #82CE3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82CE3F is #7D31C0. Grayscale: #A7A7A7. Windows color (decimal): -8204737 or 4181634. OLE color: 4181634.
HSL color Cylindrical-coordinate representation of color #82CE3F: hue angle of 91.89º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #82CE3F is Cyan = 0.37, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 206 | 63 | - |
| CMYK | 0.37 | 0 | 0.69 | 0.19 |
| HSL | 91.89º | 0.59% | 0.53% | - |
| HSV(B) | 91.89º | 0.69% | 0.81% | - |
| XYZ | 32.17 | 49.25 | 12.51 | - |
| YUV | 166.97 | 69.32 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 206 | 63 | 0.37 | 0 | 0.69 | 0.19 | 91.89 | 0.59 | 0.53 |
| Hex | 82 | CE | 3F | 25 | 0 | 45 | 13 | 5C | 3B | 35 |
| Octal | 202 | 316 | 77 | 45 | 0 | 105 | 23 | 134 | 73 | 65 |
| Binary | 10000010 | 11001110 | 111111 | 100101 | 0 | 1000101 | 10011 | 1011100 | 111011 | 110101 |
Color Harmonies of #82CE3F
Complementary color
Monochromatic Colors of #82CE3F
Black with #82CE3F
Text Example
Text Example
White with #82CE3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CE3F; }
p { color: rgb(130,206,63); }
H1.HeaderClassName
{
color: #82CE3F;
}
.AnyTagClassName
{
color: #82CE3F;
}
</style>
background-color css
<style>
a { background-color: #82CE3F; }
a { background-color: rgb(130,206,63); }
div.DivClassName
{
background-color: #82CE3F;
}
.BgClassName
{
background-color: #82CE3F;
}
</style>
border-color css
<style>
span { border-color: #82CE3F; }
span { border-color: rgb(130,206,63); }
td.TdClassName
{
border-color: #82CE3F;
}
.TagClassName
{
border-color: #82CE3F;
}
</style>