Shades of Atlantis #83D23B
Tints of Atlantis #83D23B
RGB
CMYK
RGB Variations
Color information
#83D23B (or 0x83D23B) is known color: Atlantis. HEX triplet: 83, D2 and 3B. RGB value is (131,210,59). Sum of RGB (Red+Green+Blue) = 131+210+59=400 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.75% from 400); Green value is 210 (82.42% from 255 or 52.5% from 400); Blue value is 59 (23.44% from 255 or 14.75% from 400); Max value from RGB is 210 - color contains mainly: green. Hex color #83D23B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83D23B is #7C2DC4. Grayscale: #A9A9A9. Windows color (decimal): -8138181 or 3920515. OLE color: 3920515.
HSL color Cylindrical-coordinate representation of color #83D23B: hue angle of 91.39º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #83D23B is Cyan = 0.38, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 131 | 210 | 59 | - |
| CMYK | 0.38 | 0 | 0.72 | 0.18 |
| HSL | 91.39º | 0.63% | 0.53% | - |
| HSV(B) | 91.39º | 0.72% | 0.82% | - |
| XYZ | 33.2 | 51.23 | 12.28 | - |
| YUV | 169.17 | 65.83 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 210 | 59 | 0.38 | 0 | 0.72 | 0.18 | 91.39 | 0.63 | 0.53 |
| Hex | 83 | D2 | 3B | 26 | 0 | 48 | 12 | 5B | 3F | 35 |
| Octal | 203 | 322 | 73 | 46 | 0 | 110 | 22 | 133 | 77 | 65 |
| Binary | 10000011 | 11010010 | 111011 | 100110 | 0 | 1001000 | 10010 | 1011011 | 111111 | 110101 |
Color Harmonies of #83D23B
Complementary color
Monochromatic Colors of #83D23B
Black with #83D23B
Text Example
Text Example
White with #83D23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D23B; }
p { color: rgb(131,210,59); }
H1.HeaderClassName
{
color: #83D23B;
}
.AnyTagClassName
{
color: #83D23B;
}
</style>
background-color css
<style>
a { background-color: #83D23B; }
a { background-color: rgb(131,210,59); }
div.DivClassName
{
background-color: #83D23B;
}
.BgClassName
{
background-color: #83D23B;
}
</style>
border-color css
<style>
span { border-color: #83D23B; }
span { border-color: rgb(131,210,59); }
td.TdClassName
{
border-color: #83D23B;
}
.TagClassName
{
border-color: #83D23B;
}
</style>