Shades of Atlantis #83D73D
Tints of Atlantis #83D73D
RGB
CMYK
RGB Variations
Color information
#83D73D (or 0x83D73D) is known color: Atlantis. HEX triplet: 83, D7 and 3D. RGB value is (131,215,61). Sum of RGB (Red+Green+Blue) = 131+215+61=407 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.19% from 407); Green value is 215 (84.38% from 255 or 52.83% from 407); Blue value is 61 (24.22% from 255 or 14.99% from 407); Max value from RGB is 215 - color contains mainly: green. Hex color #83D73D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83D73D is #7C28C2. Grayscale: #ACACAC. Windows color (decimal): -8136899 or 4052867. OLE color: 4052867.
HSL color Cylindrical-coordinate representation of color #83D73D: hue angle of 92.73º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #83D73D is Cyan = 0.39, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 131 | 215 | 61 | - |
| CMYK | 0.39 | 0 | 0.72 | 0.16 |
| HSL | 92.73º | 0.66% | 0.54% | - |
| HSV(B) | 92.73º | 0.72% | 0.84% | - |
| XYZ | 34.5 | 53.76 | 12.97 | - |
| YUV | 172.33 | 65.17 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 215 | 61 | 0.39 | 0 | 0.72 | 0.16 | 92.73 | 0.66 | 0.54 |
| Hex | 83 | D7 | 3D | 27 | 0 | 48 | 10 | 5D | 42 | 36 |
| Octal | 203 | 327 | 75 | 47 | 0 | 110 | 20 | 135 | 102 | 66 |
| Binary | 10000011 | 11010111 | 111101 | 100111 | 0 | 1001000 | 10000 | 1011101 | 1000010 | 110110 |
Color Harmonies of #83D73D
Complementary color
Monochromatic Colors of #83D73D
Black with #83D73D
Text Example
Text Example
White with #83D73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D73D; }
p { color: rgb(131,215,61); }
H1.HeaderClassName
{
color: #83D73D;
}
.AnyTagClassName
{
color: #83D73D;
}
</style>
background-color css
<style>
a { background-color: #83D73D; }
a { background-color: rgb(131,215,61); }
div.DivClassName
{
background-color: #83D73D;
}
.BgClassName
{
background-color: #83D73D;
}
</style>
border-color css
<style>
span { border-color: #83D73D; }
span { border-color: rgb(131,215,61); }
td.TdClassName
{
border-color: #83D73D;
}
.TagClassName
{
border-color: #83D73D;
}
</style>