Shades of Atlantis #83E243
Tints of Atlantis #83E243
RGB
CMYK
RGB Variations
Color information
#83E243 (or 0x83E243) is known color: Atlantis. HEX triplet: 83, E2 and 43. RGB value is (131,226,67). Sum of RGB (Red+Green+Blue) = 131+226+67=424 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.90% from 424); Green value is 226 (88.67% from 255 or 53.30% from 424); Blue value is 67 (26.56% from 255 or 15.80% from 424); Max value from RGB is 226 - color contains mainly: green. Hex color #83E243 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83E243 is #7C1DBC. Grayscale: #B4B4B4. Windows color (decimal): -8134077 or 4448899. OLE color: 4448899.
HSL color Cylindrical-coordinate representation of color #83E243: hue angle of 95.85º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #83E243 is Cyan = 0.42, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 131 | 226 | 67 | - |
| CMYK | 0.42 | 0 | 0.70 | 0.11 |
| HSL | 95.85º | 0.73% | 0.57% | - |
| HSV(B) | 95.85º | 0.7% | 0.89% | - |
| XYZ | 37.57 | 59.62 | 14.84 | - |
| YUV | 179.47 | 64.53 | 93.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 226 | 67 | 0.42 | 0 | 0.70 | 0.11 | 95.85 | 0.73 | 0.57 |
| Hex | 83 | E2 | 43 | 2A | 0 | 46 | B | 60 | 49 | 39 |
| Octal | 203 | 342 | 103 | 52 | 0 | 106 | 13 | 140 | 111 | 71 |
| Binary | 10000011 | 11100010 | 1000011 | 101010 | 0 | 1000110 | 1011 | 1100000 | 1001001 | 111001 |
Color Harmonies of #83E243
Complementary color
Monochromatic Colors of #83E243
Black with #83E243
Text Example
Text Example
White with #83E243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83E243; }
p { color: rgb(131,226,67); }
H1.HeaderClassName
{
color: #83E243;
}
.AnyTagClassName
{
color: #83E243;
}
</style>
background-color css
<style>
a { background-color: #83E243; }
a { background-color: rgb(131,226,67); }
div.DivClassName
{
background-color: #83E243;
}
.BgClassName
{
background-color: #83E243;
}
</style>
border-color css
<style>
span { border-color: #83E243; }
span { border-color: rgb(131,226,67); }
td.TdClassName
{
border-color: #83E243;
}
.TagClassName
{
border-color: #83E243;
}
</style>