Shades of Atlantis #83EE49
Tints of Atlantis #83EE49
RGB
CMYK
RGB Variations
Color information
#83EE49 (or 0x83EE49) is known color: Atlantis. HEX triplet: 83, EE and 49. RGB value is (131,238,73). Sum of RGB (Red+Green+Blue) = 131+238+73=442 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.64% from 442); Green value is 238 (93.36% from 255 or 53.85% from 442); Blue value is 73 (28.91% from 255 or 16.52% from 442); Max value from RGB is 238 - color contains mainly: green. Hex color #83EE49 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #83EE49 is #7C11B6. Grayscale: #BBBBBB. Windows color (decimal): -8130999 or 4845187. OLE color: 4845187.
HSL color Cylindrical-coordinate representation of color #83EE49: hue angle of 98.91º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #83EE49 is Cyan = 0.45, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 238 | 73 | - |
| CMYK | 0.45 | 0 | 0.69 | 0.07 |
| HSL | 98.91º | 0.83% | 0.61% | - |
| HSV(B) | 98.91º | 0.69% | 0.93% | - |
| XYZ | 41.14 | 66.46 | 16.96 | - |
| YUV | 187.2 | 63.55 | 87.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 238 | 73 | 0.45 | 0 | 0.69 | 0.07 | 98.91 | 0.83 | 0.61 |
| Hex | 83 | EE | 49 | 2D | 0 | 45 | 7 | 63 | 53 | 3D |
| Octal | 203 | 356 | 111 | 55 | 0 | 105 | 7 | 143 | 123 | 75 |
| Binary | 10000011 | 11101110 | 1001001 | 101101 | 0 | 1000101 | 111 | 1100011 | 1010011 | 111101 |
Color Harmonies of #83EE49
Complementary color
Monochromatic Colors of #83EE49
Black with #83EE49
Text Example
Text Example
White with #83EE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83EE49; }
p { color: rgb(131,238,73); }
H1.HeaderClassName
{
color: #83EE49;
}
.AnyTagClassName
{
color: #83EE49;
}
</style>
background-color css
<style>
a { background-color: #83EE49; }
a { background-color: rgb(131,238,73); }
div.DivClassName
{
background-color: #83EE49;
}
.BgClassName
{
background-color: #83EE49;
}
</style>
border-color css
<style>
span { border-color: #83EE49; }
span { border-color: rgb(131,238,73); }
td.TdClassName
{
border-color: #83EE49;
}
.TagClassName
{
border-color: #83EE49;
}
</style>