Shades of Atlantis #83DB45
Tints of Atlantis #83DB45
RGB
CMYK
RGB Variations
Color information
#83DB45 (or 0x83DB45) is known color: Atlantis. HEX triplet: 83, DB and 45. RGB value is (131,219,69). Sum of RGB (Red+Green+Blue) = 131+219+69=419 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.26% from 419); Green value is 219 (85.94% from 255 or 52.27% from 419); Blue value is 69 (27.34% from 255 or 16.47% from 419); Max value from RGB is 219 - color contains mainly: green. Hex color #83DB45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83DB45 is #7C24BA. Grayscale: #B0B0B0. Windows color (decimal): -8135867 or 4578179. OLE color: 4578179.
HSL color Cylindrical-coordinate representation of color #83DB45: hue angle of 95.2º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #83DB45 is Cyan = 0.40, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 219 | 69 | - |
| CMYK | 0.40 | 0 | 0.68 | 0.14 |
| HSL | 95.2º | 0.68% | 0.56% | - |
| HSV(B) | 95.2º | 0.68% | 0.86% | - |
| XYZ | 35.77 | 55.92 | 14.54 | - |
| YUV | 175.59 | 67.85 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 219 | 69 | 0.40 | 0 | 0.68 | 0.14 | 95.2 | 0.68 | 0.56 |
| Hex | 83 | DB | 45 | 28 | 0 | 44 | E | 5F | 44 | 38 |
| Octal | 203 | 333 | 105 | 50 | 0 | 104 | 16 | 137 | 104 | 70 |
| Binary | 10000011 | 11011011 | 1000101 | 101000 | 0 | 1000100 | 1110 | 1011111 | 1000100 | 111000 |
Color Harmonies of #83DB45
Complementary color
Monochromatic Colors of #83DB45
Black with #83DB45
Text Example
Text Example
White with #83DB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DB45; }
p { color: rgb(131,219,69); }
H1.HeaderClassName
{
color: #83DB45;
}
.AnyTagClassName
{
color: #83DB45;
}
</style>
background-color css
<style>
a { background-color: #83DB45; }
a { background-color: rgb(131,219,69); }
div.DivClassName
{
background-color: #83DB45;
}
.BgClassName
{
background-color: #83DB45;
}
</style>
border-color css
<style>
span { border-color: #83DB45; }
span { border-color: rgb(131,219,69); }
td.TdClassName
{
border-color: #83DB45;
}
.TagClassName
{
border-color: #83DB45;
}
</style>