Shades of Atlantis #83E941
Tints of Atlantis #83E941
RGB
CMYK
RGB Variations
Color information
#83E941 (or 0x83E941) is known color: Atlantis. HEX triplet: 83, E9 and 41. RGB value is (131,233,65). Sum of RGB (Red+Green+Blue) = 131+233+65=429 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.54% from 429); Green value is 233 (91.41% from 255 or 54.31% from 429); Blue value is 65 (25.78% from 255 or 15.15% from 429); Max value from RGB is 233 - color contains mainly: green. Hex color #83E941 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #83E941 is #7C16BE. Grayscale: #B7B7B7. Windows color (decimal): -8132287 or 4319619. OLE color: 4319619.
HSL color Cylindrical-coordinate representation of color #83E941: hue angle of 96.43º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #83E941 is Cyan = 0.44, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 131 | 233 | 65 | - |
| CMYK | 0.44 | 0 | 0.72 | 0.09 |
| HSL | 96.43º | 0.79% | 0.58% | - |
| HSV(B) | 96.43º | 0.72% | 0.91% | - |
| XYZ | 39.45 | 63.48 | 15.18 | - |
| YUV | 183.35 | 61.21 | 90.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 233 | 65 | 0.44 | 0 | 0.72 | 0.09 | 96.43 | 0.79 | 0.58 |
| Hex | 83 | E9 | 41 | 2C | 0 | 48 | 9 | 60 | 4F | 3A |
| Octal | 203 | 351 | 101 | 54 | 0 | 110 | 11 | 140 | 117 | 72 |
| Binary | 10000011 | 11101001 | 1000001 | 101100 | 0 | 1001000 | 1001 | 1100000 | 1001111 | 111010 |
Color Harmonies of #83E941
Complementary color
Monochromatic Colors of #83E941
Black with #83E941
Text Example
Text Example
White with #83E941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83E941; }
p { color: rgb(131,233,65); }
H1.HeaderClassName
{
color: #83E941;
}
.AnyTagClassName
{
color: #83E941;
}
</style>
background-color css
<style>
a { background-color: #83E941; }
a { background-color: rgb(131,233,65); }
div.DivClassName
{
background-color: #83E941;
}
.BgClassName
{
background-color: #83E941;
}
</style>
border-color css
<style>
span { border-color: #83E941; }
span { border-color: rgb(131,233,65); }
td.TdClassName
{
border-color: #83E941;
}
.TagClassName
{
border-color: #83E941;
}
</style>