Shades of Atlantis #83DE43
Tints of Atlantis #83DE43
RGB
CMYK
RGB Variations
Color information
#83DE43 (or 0x83DE43) is known color: Atlantis. HEX triplet: 83, DE and 43. RGB value is (131,222,67). Sum of RGB (Red+Green+Blue) = 131+222+67=420 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.19% from 420); Green value is 222 (87.11% from 255 or 52.86% from 420); Blue value is 67 (26.56% from 255 or 15.95% from 420); Max value from RGB is 222 - color contains mainly: green. Hex color #83DE43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83DE43 is #7C21BC. Grayscale: #B1B1B1. Windows color (decimal): -8135101 or 4447875. OLE color: 4447875.
HSL color Cylindrical-coordinate representation of color #83DE43: hue angle of 95.23º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #83DE43 is Cyan = 0.41, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 222 | 67 | - |
| CMYK | 0.41 | 0 | 0.70 | 0.13 |
| HSL | 95.23º | 0.7% | 0.57% | - |
| HSV(B) | 95.23º | 0.7% | 0.87% | - |
| XYZ | 36.49 | 57.47 | 14.48 | - |
| YUV | 177.12 | 65.85 | 95.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 222 | 67 | 0.41 | 0 | 0.70 | 0.13 | 95.23 | 0.7 | 0.57 |
| Hex | 83 | DE | 43 | 29 | 0 | 46 | D | 5F | 46 | 39 |
| Octal | 203 | 336 | 103 | 51 | 0 | 106 | 15 | 137 | 106 | 71 |
| Binary | 10000011 | 11011110 | 1000011 | 101001 | 0 | 1000110 | 1101 | 1011111 | 1000110 | 111001 |
Color Harmonies of #83DE43
Complementary color
Monochromatic Colors of #83DE43
Black with #83DE43
Text Example
Text Example
White with #83DE43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DE43; }
p { color: rgb(131,222,67); }
H1.HeaderClassName
{
color: #83DE43;
}
.AnyTagClassName
{
color: #83DE43;
}
</style>
background-color css
<style>
a { background-color: #83DE43; }
a { background-color: rgb(131,222,67); }
div.DivClassName
{
background-color: #83DE43;
}
.BgClassName
{
background-color: #83DE43;
}
</style>
border-color css
<style>
span { border-color: #83DE43; }
span { border-color: rgb(131,222,67); }
td.TdClassName
{
border-color: #83DE43;
}
.TagClassName
{
border-color: #83DE43;
}
</style>