Shades of Atlantis #83D839
Tints of Atlantis #83D839
RGB
CMYK
RGB Variations
Color information
#83D839 (or 0x83D839) is known color: Atlantis. HEX triplet: 83, D8 and 39. RGB value is (131,216,57). Sum of RGB (Red+Green+Blue) = 131+216+57=404 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.43% from 404); Green value is 216 (84.77% from 255 or 53.47% from 404); Blue value is 57 (22.66% from 255 or 14.11% from 404); Max value from RGB is 216 - color contains mainly: green. Hex color #83D839 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83D839 is #7C27C6. Grayscale: #ADADAD. Windows color (decimal): -8136647 or 3790979. OLE color: 3790979.
HSL color Cylindrical-coordinate representation of color #83D839: hue angle of 92.08º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #83D839 is Cyan = 0.39, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 216 | 57 | - |
| CMYK | 0.39 | 0 | 0.74 | 0.15 |
| HSL | 92.08º | 0.67% | 0.54% | - |
| HSV(B) | 92.08º | 0.74% | 0.85% | - |
| XYZ | 34.65 | 54.23 | 12.51 | - |
| YUV | 172.46 | 62.84 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 216 | 57 | 0.39 | 0 | 0.74 | 0.15 | 92.08 | 0.67 | 0.54 |
| Hex | 83 | D8 | 39 | 27 | 0 | 4A | F | 5C | 43 | 36 |
| Octal | 203 | 330 | 71 | 47 | 0 | 112 | 17 | 134 | 103 | 66 |
| Binary | 10000011 | 11011000 | 111001 | 100111 | 0 | 1001010 | 1111 | 1011100 | 1000011 | 110110 |
Color Harmonies of #83D839
Complementary color
Monochromatic Colors of #83D839
Black with #83D839
Text Example
Text Example
White with #83D839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D839; }
p { color: rgb(131,216,57); }
H1.HeaderClassName
{
color: #83D839;
}
.AnyTagClassName
{
color: #83D839;
}
</style>
background-color css
<style>
a { background-color: #83D839; }
a { background-color: rgb(131,216,57); }
div.DivClassName
{
background-color: #83D839;
}
.BgClassName
{
background-color: #83D839;
}
</style>
border-color css
<style>
span { border-color: #83D839; }
span { border-color: rgb(131,216,57); }
td.TdClassName
{
border-color: #83D839;
}
.TagClassName
{
border-color: #83D839;
}
</style>