Shades of Atlantis #83D13D
Tints of Atlantis #83D13D
RGB
CMYK
RGB Variations
Color information
#83D13D (or 0x83D13D) is known color: Atlantis. HEX triplet: 83, D1 and 3D. RGB value is (131,209,61). Sum of RGB (Red+Green+Blue) = 131+209+61=401 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.67% from 401); Green value is 209 (82.03% from 255 or 52.12% from 401); Blue value is 61 (24.22% from 255 or 15.21% from 401); Max value from RGB is 209 - color contains mainly: green. Hex color #83D13D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83D13D is #7C2EC2. Grayscale: #A9A9A9. Windows color (decimal): -8138435 or 4051331. OLE color: 4051331.
HSL color Cylindrical-coordinate representation of color #83D13D: hue angle of 91.62º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #83D13D is Cyan = 0.37, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 131 | 209 | 61 | - |
| CMYK | 0.37 | 0 | 0.71 | 0.18 |
| HSL | 91.62º | 0.62% | 0.53% | - |
| HSV(B) | 91.62º | 0.71% | 0.82% | - |
| XYZ | 33 | 50.76 | 12.47 | - |
| YUV | 168.81 | 67.16 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 209 | 61 | 0.37 | 0 | 0.71 | 0.18 | 91.62 | 0.62 | 0.53 |
| Hex | 83 | D1 | 3D | 25 | 0 | 47 | 12 | 5C | 3E | 35 |
| Octal | 203 | 321 | 75 | 45 | 0 | 107 | 22 | 134 | 76 | 65 |
| Binary | 10000011 | 11010001 | 111101 | 100101 | 0 | 1000111 | 10010 | 1011100 | 111110 | 110101 |
Color Harmonies of #83D13D
Complementary color
Monochromatic Colors of #83D13D
Black with #83D13D
Text Example
Text Example
White with #83D13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D13D; }
p { color: rgb(131,209,61); }
H1.HeaderClassName
{
color: #83D13D;
}
.AnyTagClassName
{
color: #83D13D;
}
</style>
background-color css
<style>
a { background-color: #83D13D; }
a { background-color: rgb(131,209,61); }
div.DivClassName
{
background-color: #83D13D;
}
.BgClassName
{
background-color: #83D13D;
}
</style>
border-color css
<style>
span { border-color: #83D13D; }
span { border-color: rgb(131,209,61); }
td.TdClassName
{
border-color: #83D13D;
}
.TagClassName
{
border-color: #83D13D;
}
</style>