Shades of Atlantis #83E244
Tints of Atlantis #83E244
RGB
CMYK
RGB Variations
Color information
#83E244 (or 0x83E244) is known color: Atlantis. HEX triplet: 83, E2 and 44. RGB value is (131,226,68). Sum of RGB (Red+Green+Blue) = 131+226+68=425 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.82% from 425); Green value is 226 (88.67% from 255 or 53.18% from 425); Blue value is 68 (26.95% from 255 or 16% from 425); Max value from RGB is 226 - color contains mainly: green. Hex color #83E244 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83E244 is #7C1DBB. Grayscale: #B4B4B4. Windows color (decimal): -8134076 or 4514435. OLE color: 4514435.
HSL color Cylindrical-coordinate representation of color #83E244: hue angle of 96.08º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #83E244 is Cyan = 0.42, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 131 | 226 | 68 | - |
| CMYK | 0.42 | 0 | 0.70 | 0.11 |
| HSL | 96.08º | 0.73% | 0.58% | - |
| HSV(B) | 96.08º | 0.7% | 0.89% | - |
| XYZ | 37.6 | 59.64 | 15 | - |
| YUV | 179.58 | 65.03 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 226 | 68 | 0.42 | 0 | 0.70 | 0.11 | 96.08 | 0.73 | 0.58 |
| Hex | 83 | E2 | 44 | 2A | 0 | 46 | B | 60 | 49 | 3A |
| Octal | 203 | 342 | 104 | 52 | 0 | 106 | 13 | 140 | 111 | 72 |
| Binary | 10000011 | 11100010 | 1000100 | 101010 | 0 | 1000110 | 1011 | 1100000 | 1001001 | 111010 |
Color Harmonies of #83E244
Complementary color
Monochromatic Colors of #83E244
Black with #83E244
Text Example
Text Example
White with #83E244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83E244; }
p { color: rgb(131,226,68); }
H1.HeaderClassName
{
color: #83E244;
}
.AnyTagClassName
{
color: #83E244;
}
</style>
background-color css
<style>
a { background-color: #83E244; }
a { background-color: rgb(131,226,68); }
div.DivClassName
{
background-color: #83E244;
}
.BgClassName
{
background-color: #83E244;
}
</style>
border-color css
<style>
span { border-color: #83E244; }
span { border-color: rgb(131,226,68); }
td.TdClassName
{
border-color: #83E244;
}
.TagClassName
{
border-color: #83E244;
}
</style>