Shades of Atlantis #83DB38
Tints of Atlantis #83DB38
RGB
CMYK
RGB Variations
Color information
#83DB38 (or 0x83DB38) is known color: Atlantis. HEX triplet: 83, DB and 38. RGB value is (131,219,56). Sum of RGB (Red+Green+Blue) = 131+219+56=406 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.27% from 406); Green value is 219 (85.94% from 255 or 53.94% from 406); Blue value is 56 (22.27% from 255 or 13.79% from 406); Max value from RGB is 219 - color contains mainly: green. Hex color #83DB38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83DB38 is #7C24C7. Grayscale: #AEAEAE. Windows color (decimal): -8135880 or 3726211. OLE color: 3726211.
HSL color Cylindrical-coordinate representation of color #83DB38: hue angle of 92.39º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #83DB38 is Cyan = 0.40, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 219 | 56 | - |
| CMYK | 0.40 | 0 | 0.74 | 0.14 |
| HSL | 92.39º | 0.69% | 0.54% | - |
| HSV(B) | 92.39º | 0.74% | 0.86% | - |
| XYZ | 35.41 | 55.77 | 12.64 | - |
| YUV | 174.11 | 61.35 | 97.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 219 | 56 | 0.40 | 0 | 0.74 | 0.14 | 92.39 | 0.69 | 0.54 |
| Hex | 83 | DB | 38 | 28 | 0 | 4A | E | 5C | 45 | 36 |
| Octal | 203 | 333 | 70 | 50 | 0 | 112 | 16 | 134 | 105 | 66 |
| Binary | 10000011 | 11011011 | 111000 | 101000 | 0 | 1001010 | 1110 | 1011100 | 1000101 | 110110 |
Color Harmonies of #83DB38
Complementary color
Monochromatic Colors of #83DB38
Black with #83DB38
Text Example
Text Example
White with #83DB38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DB38; }
p { color: rgb(131,219,56); }
H1.HeaderClassName
{
color: #83DB38;
}
.AnyTagClassName
{
color: #83DB38;
}
</style>
background-color css
<style>
a { background-color: #83DB38; }
a { background-color: rgb(131,219,56); }
div.DivClassName
{
background-color: #83DB38;
}
.BgClassName
{
background-color: #83DB38;
}
</style>
border-color css
<style>
span { border-color: #83DB38; }
span { border-color: rgb(131,219,56); }
td.TdClassName
{
border-color: #83DB38;
}
.TagClassName
{
border-color: #83DB38;
}
</style>