Shades of Atlantis #82DB43
Tints of Atlantis #82DB43
RGB
CMYK
RGB Variations
Color information
#82DB43 (or 0x82DB43) is known color: Atlantis. HEX triplet: 82, DB and 43. RGB value is (130,219,67). Sum of RGB (Red+Green+Blue) = 130+219+67=416 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.25% from 416); Green value is 219 (85.94% from 255 or 52.64% from 416); Blue value is 67 (26.56% from 255 or 16.11% from 416); Max value from RGB is 219 - color contains mainly: green. Hex color #82DB43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82DB43 is #7D24BC. Grayscale: #AFAFAF. Windows color (decimal): -8201405 or 4447106. OLE color: 4447106.
HSL color Cylindrical-coordinate representation of color #82DB43: hue angle of 95.13º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #82DB43 is Cyan = 0.41, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 219 | 67 | - |
| CMYK | 0.41 | 0 | 0.69 | 0.14 |
| HSL | 95.13º | 0.68% | 0.56% | - |
| HSV(B) | 95.13º | 0.69% | 0.86% | - |
| XYZ | 35.55 | 55.81 | 14.21 | - |
| YUV | 175.06 | 67.01 | 95.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 219 | 67 | 0.41 | 0 | 0.69 | 0.14 | 95.13 | 0.68 | 0.56 |
| Hex | 82 | DB | 43 | 29 | 0 | 45 | E | 5F | 44 | 38 |
| Octal | 202 | 333 | 103 | 51 | 0 | 105 | 16 | 137 | 104 | 70 |
| Binary | 10000010 | 11011011 | 1000011 | 101001 | 0 | 1000101 | 1110 | 1011111 | 1000100 | 111000 |
Color Harmonies of #82DB43
Complementary color
Monochromatic Colors of #82DB43
Black with #82DB43
Text Example
Text Example
White with #82DB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DB43; }
p { color: rgb(130,219,67); }
H1.HeaderClassName
{
color: #82DB43;
}
.AnyTagClassName
{
color: #82DB43;
}
</style>
background-color css
<style>
a { background-color: #82DB43; }
a { background-color: rgb(130,219,67); }
div.DivClassName
{
background-color: #82DB43;
}
.BgClassName
{
background-color: #82DB43;
}
</style>
border-color css
<style>
span { border-color: #82DB43; }
span { border-color: rgb(130,219,67); }
td.TdClassName
{
border-color: #82DB43;
}
.TagClassName
{
border-color: #82DB43;
}
</style>