Shades of Atlantis #83E238
Tints of Atlantis #83E238
RGB
CMYK
RGB Variations
Color information
#83E238 (or 0x83E238) is known color: Atlantis. HEX triplet: 83, E2 and 38. RGB value is (131,226,56). Sum of RGB (Red+Green+Blue) = 131+226+56=413 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.72% from 413); Green value is 226 (88.67% from 255 or 54.72% from 413); Blue value is 56 (22.27% from 255 or 13.56% from 413); Max value from RGB is 226 - color contains mainly: green. Hex color #83E238 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83E238 is #7C1DC7. Grayscale: #B2B2B2. Windows color (decimal): -8134088 or 3728003. OLE color: 3728003.
HSL color Cylindrical-coordinate representation of color #83E238: hue angle of 93.53º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #83E238 is Cyan = 0.42, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 131 | 226 | 56 | - |
| CMYK | 0.42 | 0 | 0.75 | 0.11 |
| HSL | 93.53º | 0.75% | 0.55% | - |
| HSV(B) | 93.53º | 0.75% | 0.89% | - |
| XYZ | 37.27 | 59.5 | 13.26 | - |
| YUV | 178.22 | 59.03 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 226 | 56 | 0.42 | 0 | 0.75 | 0.11 | 93.53 | 0.75 | 0.55 |
| Hex | 83 | E2 | 38 | 2A | 0 | 4B | B | 5E | 4B | 37 |
| Octal | 203 | 342 | 70 | 52 | 0 | 113 | 13 | 136 | 113 | 67 |
| Binary | 10000011 | 11100010 | 111000 | 101010 | 0 | 1001011 | 1011 | 1011110 | 1001011 | 110111 |
Color Harmonies of #83E238
Complementary color
Monochromatic Colors of #83E238
Black with #83E238
Text Example
Text Example
White with #83E238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83E238; }
p { color: rgb(131,226,56); }
H1.HeaderClassName
{
color: #83E238;
}
.AnyTagClassName
{
color: #83E238;
}
</style>
background-color css
<style>
a { background-color: #83E238; }
a { background-color: rgb(131,226,56); }
div.DivClassName
{
background-color: #83E238;
}
.BgClassName
{
background-color: #83E238;
}
</style>
border-color css
<style>
span { border-color: #83E238; }
span { border-color: rgb(131,226,56); }
td.TdClassName
{
border-color: #83E238;
}
.TagClassName
{
border-color: #83E238;
}
</style>