Shades of Atlantis #83D040
Tints of Atlantis #83D040
RGB
CMYK
RGB Variations
Color information
#83D040 (or 0x83D040) is known color: Atlantis. HEX triplet: 83, D0 and 40. RGB value is (131,208,64). Sum of RGB (Red+Green+Blue) = 131+208+64=403 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.51% from 403); Green value is 208 (81.64% from 255 or 51.61% from 403); Blue value is 64 (25.39% from 255 or 15.88% from 403); Max value from RGB is 208 - color contains mainly: green. Hex color #83D040 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83D040 is #7C2FBF. Grayscale: #A9A9A9. Windows color (decimal): -8138688 or 4247683. OLE color: 4247683.
HSL color Cylindrical-coordinate representation of color #83D040: hue angle of 92.08º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #83D040 is Cyan = 0.37, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 131 | 208 | 64 | - |
| CMYK | 0.37 | 0 | 0.69 | 0.18 |
| HSL | 92.08º | 0.61% | 0.53% | - |
| HSV(B) | 92.08º | 0.69% | 0.82% | - |
| XYZ | 32.84 | 50.31 | 12.83 | - |
| YUV | 168.56 | 68.99 | 101.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 208 | 64 | 0.37 | 0 | 0.69 | 0.18 | 92.08 | 0.61 | 0.53 |
| Hex | 83 | D0 | 40 | 25 | 0 | 45 | 12 | 5C | 3D | 35 |
| Octal | 203 | 320 | 100 | 45 | 0 | 105 | 22 | 134 | 75 | 65 |
| Binary | 10000011 | 11010000 | 1000000 | 100101 | 0 | 1000101 | 10010 | 1011100 | 111101 | 110101 |
Color Harmonies of #83D040
Complementary color
Monochromatic Colors of #83D040
Black with #83D040
Text Example
Text Example
White with #83D040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D040; }
p { color: rgb(131,208,64); }
H1.HeaderClassName
{
color: #83D040;
}
.AnyTagClassName
{
color: #83D040;
}
</style>
background-color css
<style>
a { background-color: #83D040; }
a { background-color: rgb(131,208,64); }
div.DivClassName
{
background-color: #83D040;
}
.BgClassName
{
background-color: #83D040;
}
</style>
border-color css
<style>
span { border-color: #83D040; }
span { border-color: rgb(131,208,64); }
td.TdClassName
{
border-color: #83D040;
}
.TagClassName
{
border-color: #83D040;
}
</style>