Shades of Atlantis #83E932
Tints of Atlantis #83E932
RGB
CMYK
RGB Variations
Color information
#83E932 (or 0x83E932) is known color: Atlantis. HEX triplet: 83, E9 and 32. RGB value is (131,233,50). Sum of RGB (Red+Green+Blue) = 131+233+50=414 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.64% from 414); Green value is 233 (91.41% from 255 or 56.28% from 414); Blue value is 50 (19.92% from 255 or 12.08% from 414); Max value from RGB is 233 - color contains mainly: green. Hex color #83E932 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #83E932 is #7C16CD. Grayscale: #B6B6B6. Windows color (decimal): -8132302 or 3336579. OLE color: 3336579.
HSL color Cylindrical-coordinate representation of color #83E932: hue angle of 93.44º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #83E932 is Cyan = 0.44, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 131 | 233 | 50 | - |
| CMYK | 0.44 | 0 | 0.79 | 0.09 |
| HSL | 93.44º | 0.81% | 0.55% | - |
| HSV(B) | 93.44º | 0.79% | 0.91% | - |
| XYZ | 39.07 | 63.33 | 13.18 | - |
| YUV | 181.64 | 53.71 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 233 | 50 | 0.44 | 0 | 0.79 | 0.09 | 93.44 | 0.81 | 0.55 |
| Hex | 83 | E9 | 32 | 2C | 0 | 4F | 9 | 5D | 51 | 37 |
| Octal | 203 | 351 | 62 | 54 | 0 | 117 | 11 | 135 | 121 | 67 |
| Binary | 10000011 | 11101001 | 110010 | 101100 | 0 | 1001111 | 1001 | 1011101 | 1010001 | 110111 |
Color Harmonies of #83E932
Complementary color
Monochromatic Colors of #83E932
Black with #83E932
Text Example
Text Example
White with #83E932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83E932; }
p { color: rgb(131,233,50); }
H1.HeaderClassName
{
color: #83E932;
}
.AnyTagClassName
{
color: #83E932;
}
</style>
background-color css
<style>
a { background-color: #83E932; }
a { background-color: rgb(131,233,50); }
div.DivClassName
{
background-color: #83E932;
}
.BgClassName
{
background-color: #83E932;
}
</style>
border-color css
<style>
span { border-color: #83E932; }
span { border-color: rgb(131,233,50); }
td.TdClassName
{
border-color: #83E932;
}
.TagClassName
{
border-color: #83E932;
}
</style>