Shades of Atlantis #83E338
Tints of Atlantis #83E338
RGB
CMYK
RGB Variations
Color information
#83E338 (or 0x83E338) is known color: Atlantis. HEX triplet: 83, E3 and 38. RGB value is (131,227,56). Sum of RGB (Red+Green+Blue) = 131+227+56=414 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.64% from 414); Green value is 227 (89.06% from 255 or 54.83% from 414); Blue value is 56 (22.27% from 255 or 13.53% from 414); Max value from RGB is 227 - color contains mainly: green. Hex color #83E338 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83E338 is #7C1CC7. Grayscale: #B3B3B3. Windows color (decimal): -8133832 or 3728259. OLE color: 3728259.
HSL color Cylindrical-coordinate representation of color #83E338: hue angle of 93.68º 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 #83E338 is Cyan = 0.42, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 131 | 227 | 56 | - |
| CMYK | 0.42 | 0 | 0.75 | 0.11 |
| HSL | 93.68º | 0.75% | 0.55% | - |
| HSV(B) | 93.68º | 0.75% | 0.89% | - |
| XYZ | 37.54 | 60.05 | 13.35 | - |
| YUV | 178.8 | 58.7 | 93.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 227 | 56 | 0.42 | 0 | 0.75 | 0.11 | 93.68 | 0.75 | 0.55 |
| Hex | 83 | E3 | 38 | 2A | 0 | 4B | B | 5E | 4B | 37 |
| Octal | 203 | 343 | 70 | 52 | 0 | 113 | 13 | 136 | 113 | 67 |
| Binary | 10000011 | 11100011 | 111000 | 101010 | 0 | 1001011 | 1011 | 1011110 | 1001011 | 110111 |
Color Harmonies of #83E338
Complementary color
Monochromatic Colors of #83E338
Black with #83E338
Text Example
Text Example
White with #83E338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83E338; }
p { color: rgb(131,227,56); }
H1.HeaderClassName
{
color: #83E338;
}
.AnyTagClassName
{
color: #83E338;
}
</style>
background-color css
<style>
a { background-color: #83E338; }
a { background-color: rgb(131,227,56); }
div.DivClassName
{
background-color: #83E338;
}
.BgClassName
{
background-color: #83E338;
}
</style>
border-color css
<style>
span { border-color: #83E338; }
span { border-color: rgb(131,227,56); }
td.TdClassName
{
border-color: #83E338;
}
.TagClassName
{
border-color: #83E338;
}
</style>