Shades of Atlantis #83EE32
Tints of Atlantis #83EE32
RGB
CMYK
RGB Variations
Color information
#83EE32 (or 0x83EE32) is known color: Atlantis. HEX triplet: 83, EE and 32. RGB value is (131,238,50). Sum of RGB (Red+Green+Blue) = 131+238+50=419 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.26% from 419); Green value is 238 (93.36% from 255 or 56.80% from 419); Blue value is 50 (19.92% from 255 or 11.93% from 419); Max value from RGB is 238 - color contains mainly: green. Hex color #83EE32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #83EE32 is #7C11CD. Grayscale: #B9B9B9. Windows color (decimal): -8131022 or 3337859. OLE color: 3337859.
HSL color Cylindrical-coordinate representation of color #83EE32: hue angle of 94.15º degrees, saturation: 0.85, 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 #83EE32 is Cyan = 0.45, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 238 | 50 | - |
| CMYK | 0.45 | 0 | 0.79 | 0.07 |
| HSL | 94.15º | 0.85% | 0.56% | - |
| HSV(B) | 94.15º | 0.79% | 0.93% | - |
| XYZ | 40.51 | 66.2 | 13.66 | - |
| YUV | 184.58 | 52.05 | 89.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 238 | 50 | 0.45 | 0 | 0.79 | 0.07 | 94.15 | 0.85 | 0.56 |
| Hex | 83 | EE | 32 | 2D | 0 | 4F | 7 | 5E | 55 | 38 |
| Octal | 203 | 356 | 62 | 55 | 0 | 117 | 7 | 136 | 125 | 70 |
| Binary | 10000011 | 11101110 | 110010 | 101101 | 0 | 1001111 | 111 | 1011110 | 1010101 | 111000 |
Color Harmonies of #83EE32
Complementary color
Monochromatic Colors of #83EE32
Black with #83EE32
Text Example
Text Example
White with #83EE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83EE32; }
p { color: rgb(131,238,50); }
H1.HeaderClassName
{
color: #83EE32;
}
.AnyTagClassName
{
color: #83EE32;
}
</style>
background-color css
<style>
a { background-color: #83EE32; }
a { background-color: rgb(131,238,50); }
div.DivClassName
{
background-color: #83EE32;
}
.BgClassName
{
background-color: #83EE32;
}
</style>
border-color css
<style>
span { border-color: #83EE32; }
span { border-color: rgb(131,238,50); }
td.TdClassName
{
border-color: #83EE32;
}
.TagClassName
{
border-color: #83EE32;
}
</style>