Shades of Atlantis #83D840
Tints of Atlantis #83D840
RGB
CMYK
RGB Variations
Color information
#83D840 (or 0x83D840) is known color: Atlantis. HEX triplet: 83, D8 and 40. RGB value is (131,216,64). Sum of RGB (Red+Green+Blue) = 131+216+64=411 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.87% from 411); Green value is 216 (84.77% from 255 or 52.55% from 411); Blue value is 64 (25.39% from 255 or 15.57% from 411); Max value from RGB is 216 - color contains mainly: green. Hex color #83D840 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83D840 is #7C27BF. Grayscale: #ADADAD. Windows color (decimal): -8136640 or 4249731. OLE color: 4249731.
HSL color Cylindrical-coordinate representation of color #83D840: hue angle of 93.55º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #83D840 is Cyan = 0.39, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 216 | 64 | - |
| CMYK | 0.39 | 0 | 0.70 | 0.15 |
| HSL | 93.55º | 0.66% | 0.55% | - |
| HSV(B) | 93.55º | 0.7% | 0.85% | - |
| XYZ | 34.84 | 54.31 | 13.5 | - |
| YUV | 173.26 | 66.34 | 97.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 216 | 64 | 0.39 | 0 | 0.70 | 0.15 | 93.55 | 0.66 | 0.55 |
| Hex | 83 | D8 | 40 | 27 | 0 | 46 | F | 5E | 42 | 37 |
| Octal | 203 | 330 | 100 | 47 | 0 | 106 | 17 | 136 | 102 | 67 |
| Binary | 10000011 | 11011000 | 1000000 | 100111 | 0 | 1000110 | 1111 | 1011110 | 1000010 | 110111 |
Color Harmonies of #83D840
Complementary color
Monochromatic Colors of #83D840
Black with #83D840
Text Example
Text Example
White with #83D840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D840; }
p { color: rgb(131,216,64); }
H1.HeaderClassName
{
color: #83D840;
}
.AnyTagClassName
{
color: #83D840;
}
</style>
background-color css
<style>
a { background-color: #83D840; }
a { background-color: rgb(131,216,64); }
div.DivClassName
{
background-color: #83D840;
}
.BgClassName
{
background-color: #83D840;
}
</style>
border-color css
<style>
span { border-color: #83D840; }
span { border-color: rgb(131,216,64); }
td.TdClassName
{
border-color: #83D840;
}
.TagClassName
{
border-color: #83D840;
}
</style>