Shades of Atlantis #83EC32
Tints of Atlantis #83EC32
RGB
CMYK
RGB Variations
Color information
#83EC32 (or 0x83EC32) is known color: Atlantis. HEX triplet: 83, EC and 32. RGB value is (131,236,50). Sum of RGB (Red+Green+Blue) = 131+236+50=417 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.41% from 417); Green value is 236 (92.58% from 255 or 56.59% from 417); Blue value is 50 (19.92% from 255 or 11.99% from 417); Max value from RGB is 236 - color contains mainly: green. Hex color #83EC32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #83EC32 is #7C13CD. Grayscale: #B8B8B8. Windows color (decimal): -8131534 or 3337347. OLE color: 3337347.
HSL color Cylindrical-coordinate representation of color #83EC32: hue angle of 93.87º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #83EC32 is Cyan = 0.44, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 236 | 50 | - |
| CMYK | 0.44 | 0 | 0.79 | 0.07 |
| HSL | 93.87º | 0.83% | 0.56% | - |
| HSV(B) | 93.87º | 0.79% | 0.93% | - |
| XYZ | 39.93 | 65.05 | 13.47 | - |
| YUV | 183.4 | 52.71 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 236 | 50 | 0.44 | 0 | 0.79 | 0.07 | 93.87 | 0.83 | 0.56 |
| Hex | 83 | EC | 32 | 2C | 0 | 4F | 7 | 5E | 53 | 38 |
| Octal | 203 | 354 | 62 | 54 | 0 | 117 | 7 | 136 | 123 | 70 |
| Binary | 10000011 | 11101100 | 110010 | 101100 | 0 | 1001111 | 111 | 1011110 | 1010011 | 111000 |
Color Harmonies of #83EC32
Complementary color
Monochromatic Colors of #83EC32
Black with #83EC32
Text Example
Text Example
White with #83EC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83EC32; }
p { color: rgb(131,236,50); }
H1.HeaderClassName
{
color: #83EC32;
}
.AnyTagClassName
{
color: #83EC32;
}
</style>
background-color css
<style>
a { background-color: #83EC32; }
a { background-color: rgb(131,236,50); }
div.DivClassName
{
background-color: #83EC32;
}
.BgClassName
{
background-color: #83EC32;
}
</style>
border-color css
<style>
span { border-color: #83EC32; }
span { border-color: rgb(131,236,50); }
td.TdClassName
{
border-color: #83EC32;
}
.TagClassName
{
border-color: #83EC32;
}
</style>