Shades of Atlantis #83E043
Tints of Atlantis #83E043
RGB
CMYK
RGB Variations
Color information
#83E043 (or 0x83E043) is known color: Atlantis. HEX triplet: 83, E0 and 43. RGB value is (131,224,67). Sum of RGB (Red+Green+Blue) = 131+224+67=422 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.04% from 422); Green value is 224 (87.89% from 255 or 53.08% from 422); Blue value is 67 (26.56% from 255 or 15.88% from 422); Max value from RGB is 224 - color contains mainly: green. Hex color #83E043 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83E043 is #7C1FBC. Grayscale: #B2B2B2. Windows color (decimal): -8134589 or 4448387. OLE color: 4448387.
HSL color Cylindrical-coordinate representation of color #83E043: hue angle of 95.54º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #83E043 is Cyan = 0.42, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 131 | 224 | 67 | - |
| CMYK | 0.42 | 0 | 0.70 | 0.12 |
| HSL | 95.54º | 0.72% | 0.57% | - |
| HSV(B) | 95.54º | 0.7% | 0.88% | - |
| XYZ | 37.03 | 58.54 | 14.66 | - |
| YUV | 178.3 | 65.19 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 224 | 67 | 0.42 | 0 | 0.70 | 0.12 | 95.54 | 0.72 | 0.57 |
| Hex | 83 | E0 | 43 | 2A | 0 | 46 | C | 60 | 48 | 39 |
| Octal | 203 | 340 | 103 | 52 | 0 | 106 | 14 | 140 | 110 | 71 |
| Binary | 10000011 | 11100000 | 1000011 | 101010 | 0 | 1000110 | 1100 | 1100000 | 1001000 | 111001 |
Color Harmonies of #83E043
Complementary color
Monochromatic Colors of #83E043
Black with #83E043
Text Example
Text Example
White with #83E043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83E043; }
p { color: rgb(131,224,67); }
H1.HeaderClassName
{
color: #83E043;
}
.AnyTagClassName
{
color: #83E043;
}
</style>
background-color css
<style>
a { background-color: #83E043; }
a { background-color: rgb(131,224,67); }
div.DivClassName
{
background-color: #83E043;
}
.BgClassName
{
background-color: #83E043;
}
</style>
border-color css
<style>
span { border-color: #83E043; }
span { border-color: rgb(131,224,67); }
td.TdClassName
{
border-color: #83E043;
}
.TagClassName
{
border-color: #83E043;
}
</style>