Shades of Atlantis #83E645
Tints of Atlantis #83E645
RGB
CMYK
RGB Variations
Color information
#83E645 (or 0x83E645) is known color: Atlantis. HEX triplet: 83, E6 and 45. RGB value is (131,230,69). Sum of RGB (Red+Green+Blue) = 131+230+69=430 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.47% from 430); Green value is 230 (90.23% from 255 or 53.49% from 430); Blue value is 69 (27.34% from 255 or 16.05% from 430); Max value from RGB is 230 - color contains mainly: green. Hex color #83E645 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #83E645 is #7C19BA. Grayscale: #B6B6B6. Windows color (decimal): -8133051 or 4580995. OLE color: 4580995.
HSL color Cylindrical-coordinate representation of color #83E645: hue angle of 96.89º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #83E645 is Cyan = 0.43, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 131 | 230 | 69 | - |
| CMYK | 0.43 | 0 | 0.7 | 0.10 |
| HSL | 96.89º | 0.76% | 0.59% | - |
| HSV(B) | 96.89º | 0.7% | 0.9% | - |
| XYZ | 38.73 | 61.85 | 15.53 | - |
| YUV | 182.05 | 64.2 | 91.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 230 | 69 | 0.43 | 0 | 0.7 | 0.10 | 96.89 | 0.76 | 0.59 |
| Hex | 83 | E6 | 45 | 2B | 0 | 46 | A | 61 | 4C | 3B |
| Octal | 203 | 346 | 105 | 53 | 0 | 106 | 12 | 141 | 114 | 73 |
| Binary | 10000011 | 11100110 | 1000101 | 101011 | 0 | 1000110 | 1010 | 1100001 | 1001100 | 111011 |
Color Harmonies of #83E645
Complementary color
Monochromatic Colors of #83E645
Black with #83E645
Text Example
Text Example
White with #83E645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83E645; }
p { color: rgb(131,230,69); }
H1.HeaderClassName
{
color: #83E645;
}
.AnyTagClassName
{
color: #83E645;
}
</style>
background-color css
<style>
a { background-color: #83E645; }
a { background-color: rgb(131,230,69); }
div.DivClassName
{
background-color: #83E645;
}
.BgClassName
{
background-color: #83E645;
}
</style>
border-color css
<style>
span { border-color: #83E645; }
span { border-color: rgb(131,230,69); }
td.TdClassName
{
border-color: #83E645;
}
.TagClassName
{
border-color: #83E645;
}
</style>