Shades of Atlantis #83EF49
Tints of Atlantis #83EF49
RGB
CMYK
RGB Variations
Color information
#83EF49 (or 0x83EF49) is known color: Atlantis. HEX triplet: 83, EF and 49. RGB value is (131,239,73). Sum of RGB (Red+Green+Blue) = 131+239+73=443 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.57% from 443); Green value is 239 (93.75% from 255 or 53.95% from 443); Blue value is 73 (28.91% from 255 or 16.48% from 443); Max value from RGB is 239 - color contains mainly: green. Hex color #83EF49 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #83EF49 is #7C10B6. Grayscale: #BCBCBC. Windows color (decimal): -8130743 or 4845443. OLE color: 4845443.
HSL color Cylindrical-coordinate representation of color #83EF49: hue angle of 99.04º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #83EF49 is Cyan = 0.45, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 131 | 239 | 73 | - |
| CMYK | 0.45 | 0 | 0.69 | 0.06 |
| HSL | 99.04º | 0.84% | 0.61% | - |
| HSV(B) | 99.04º | 0.69% | 0.94% | - |
| XYZ | 41.43 | 67.04 | 17.06 | - |
| YUV | 187.78 | 63.22 | 87.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 239 | 73 | 0.45 | 0 | 0.69 | 0.06 | 99.04 | 0.84 | 0.61 |
| Hex | 83 | EF | 49 | 2D | 0 | 45 | 6 | 63 | 54 | 3D |
| Octal | 203 | 357 | 111 | 55 | 0 | 105 | 6 | 143 | 124 | 75 |
| Binary | 10000011 | 11101111 | 1001001 | 101101 | 0 | 1000101 | 110 | 1100011 | 1010100 | 111101 |
Color Harmonies of #83EF49
Complementary color
Monochromatic Colors of #83EF49
Black with #83EF49
Text Example
Text Example
White with #83EF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83EF49; }
p { color: rgb(131,239,73); }
H1.HeaderClassName
{
color: #83EF49;
}
.AnyTagClassName
{
color: #83EF49;
}
</style>
background-color css
<style>
a { background-color: #83EF49; }
a { background-color: rgb(131,239,73); }
div.DivClassName
{
background-color: #83EF49;
}
.BgClassName
{
background-color: #83EF49;
}
</style>
border-color css
<style>
span { border-color: #83EF49; }
span { border-color: rgb(131,239,73); }
td.TdClassName
{
border-color: #83EF49;
}
.TagClassName
{
border-color: #83EF49;
}
</style>