Shades of Atlantis #83D944
Tints of Atlantis #83D944
RGB
CMYK
RGB Variations
Color information
#83D944 (or 0x83D944) is known color: Atlantis. HEX triplet: 83, D9 and 44. RGB value is (131,217,68). Sum of RGB (Red+Green+Blue) = 131+217+68=416 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.49% from 416); Green value is 217 (85.16% from 255 or 52.16% from 416); Blue value is 68 (26.95% from 255 or 16.35% from 416); Max value from RGB is 217 - color contains mainly: green. Hex color #83D944 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83D944 is #7C26BB. Grayscale: #AEAEAE. Windows color (decimal): -8136380 or 4512131. OLE color: 4512131.
HSL color Cylindrical-coordinate representation of color #83D944: hue angle of 94.63º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #83D944 is Cyan = 0.40, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 217 | 68 | - |
| CMYK | 0.40 | 0 | 0.69 | 0.15 |
| HSL | 94.63º | 0.66% | 0.56% | - |
| HSV(B) | 94.63º | 0.69% | 0.85% | - |
| XYZ | 35.22 | 54.87 | 14.2 | - |
| YUV | 174.3 | 68.01 | 97.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 217 | 68 | 0.40 | 0 | 0.69 | 0.15 | 94.63 | 0.66 | 0.56 |
| Hex | 83 | D9 | 44 | 28 | 0 | 45 | F | 5F | 42 | 38 |
| Octal | 203 | 331 | 104 | 50 | 0 | 105 | 17 | 137 | 102 | 70 |
| Binary | 10000011 | 11011001 | 1000100 | 101000 | 0 | 1000101 | 1111 | 1011111 | 1000010 | 111000 |
Color Harmonies of #83D944
Complementary color
Monochromatic Colors of #83D944
Black with #83D944
Text Example
Text Example
White with #83D944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D944; }
p { color: rgb(131,217,68); }
H1.HeaderClassName
{
color: #83D944;
}
.AnyTagClassName
{
color: #83D944;
}
</style>
background-color css
<style>
a { background-color: #83D944; }
a { background-color: rgb(131,217,68); }
div.DivClassName
{
background-color: #83D944;
}
.BgClassName
{
background-color: #83D944;
}
</style>
border-color css
<style>
span { border-color: #83D944; }
span { border-color: rgb(131,217,68); }
td.TdClassName
{
border-color: #83D944;
}
.TagClassName
{
border-color: #83D944;
}
</style>