Shades of Atlantis #83D039
Tints of Atlantis #83D039
RGB
CMYK
RGB Variations
Color information
#83D039 (or 0x83D039) is known color: Atlantis. HEX triplet: 83, D0 and 39. RGB value is (131,208,57). Sum of RGB (Red+Green+Blue) = 131+208+57=396 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.08% from 396); Green value is 208 (81.64% from 255 or 52.53% from 396); Blue value is 57 (22.66% from 255 or 14.39% from 396); Max value from RGB is 208 - color contains mainly: green. Hex color #83D039 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83D039 is #7C2FC6. Grayscale: #A8A8A8. Windows color (decimal): -8138695 or 3788931. OLE color: 3788931.
HSL color Cylindrical-coordinate representation of color #83D039: hue angle of 90.6º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #83D039 is Cyan = 0.37, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 131 | 208 | 57 | - |
| CMYK | 0.37 | 0 | 0.73 | 0.18 |
| HSL | 90.6º | 0.62% | 0.52% | - |
| HSV(B) | 90.6º | 0.73% | 0.82% | - |
| XYZ | 32.65 | 50.23 | 11.85 | - |
| YUV | 167.76 | 65.49 | 101.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 208 | 57 | 0.37 | 0 | 0.73 | 0.18 | 90.6 | 0.62 | 0.52 |
| Hex | 83 | D0 | 39 | 25 | 0 | 49 | 12 | 5B | 3E | 34 |
| Octal | 203 | 320 | 71 | 45 | 0 | 111 | 22 | 133 | 76 | 64 |
| Binary | 10000011 | 11010000 | 111001 | 100101 | 0 | 1001001 | 10010 | 1011011 | 111110 | 110100 |
Color Harmonies of #83D039
Complementary color
Monochromatic Colors of #83D039
Black with #83D039
Text Example
Text Example
White with #83D039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D039; }
p { color: rgb(131,208,57); }
H1.HeaderClassName
{
color: #83D039;
}
.AnyTagClassName
{
color: #83D039;
}
</style>
background-color css
<style>
a { background-color: #83D039; }
a { background-color: rgb(131,208,57); }
div.DivClassName
{
background-color: #83D039;
}
.BgClassName
{
background-color: #83D039;
}
</style>
border-color css
<style>
span { border-color: #83D039; }
span { border-color: rgb(131,208,57); }
td.TdClassName
{
border-color: #83D039;
}
.TagClassName
{
border-color: #83D039;
}
</style>