Shades of Atlantis #83DC45
Tints of Atlantis #83DC45
RGB
CMYK
RGB Variations
Color information
#83DC45 (or 0x83DC45) is known color: Atlantis. HEX triplet: 83, DC and 45. RGB value is (131,220,69). Sum of RGB (Red+Green+Blue) = 131+220+69=420 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.19% from 420); Green value is 220 (86.33% from 255 or 52.38% from 420); Blue value is 69 (27.34% from 255 or 16.43% from 420); Max value from RGB is 220 - color contains mainly: green. Hex color #83DC45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83DC45 is #7C23BA. Grayscale: #B0B0B0. Windows color (decimal): -8135611 or 4578435. OLE color: 4578435.
HSL color Cylindrical-coordinate representation of color #83DC45: hue angle of 95.36º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #83DC45 is Cyan = 0.40, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 220 | 69 | - |
| CMYK | 0.40 | 0 | 0.69 | 0.14 |
| HSL | 95.36º | 0.68% | 0.57% | - |
| HSV(B) | 95.36º | 0.69% | 0.86% | - |
| XYZ | 36.03 | 56.44 | 14.63 | - |
| YUV | 176.18 | 67.51 | 95.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 220 | 69 | 0.40 | 0 | 0.69 | 0.14 | 95.36 | 0.68 | 0.57 |
| Hex | 83 | DC | 45 | 28 | 0 | 45 | E | 5F | 44 | 39 |
| Octal | 203 | 334 | 105 | 50 | 0 | 105 | 16 | 137 | 104 | 71 |
| Binary | 10000011 | 11011100 | 1000101 | 101000 | 0 | 1000101 | 1110 | 1011111 | 1000100 | 111001 |
Color Harmonies of #83DC45
Complementary color
Monochromatic Colors of #83DC45
Black with #83DC45
Text Example
Text Example
White with #83DC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DC45; }
p { color: rgb(131,220,69); }
H1.HeaderClassName
{
color: #83DC45;
}
.AnyTagClassName
{
color: #83DC45;
}
</style>
background-color css
<style>
a { background-color: #83DC45; }
a { background-color: rgb(131,220,69); }
div.DivClassName
{
background-color: #83DC45;
}
.BgClassName
{
background-color: #83DC45;
}
</style>
border-color css
<style>
span { border-color: #83DC45; }
span { border-color: rgb(131,220,69); }
td.TdClassName
{
border-color: #83DC45;
}
.TagClassName
{
border-color: #83DC45;
}
</style>