Shades of Atlantis #ABDB38
Tints of Atlantis #ABDB38
RGB
CMYK
RGB Variations
Color information
#ABDB38 (or 0xABDB38) is known color: Atlantis. HEX triplet: AB, DB and 38. RGB value is (171,219,56). Sum of RGB (Red+Green+Blue) = 171+219+56=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 219 (85.94% from 255 or 49.10% from 446); Blue value is 56 (22.27% from 255 or 12.56% from 446); Max value from RGB is 219 - color contains mainly: green. Hex color #ABDB38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDB38 is #5424C7. Grayscale: #BABABA. Windows color (decimal): -5514440 or 3726251. OLE color: 3726251.
HSL color Cylindrical-coordinate representation of color #ABDB38: hue angle of 77.67º 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 #ABDB38 is Cyan = 0.22, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 219 | 56 | - |
| CMYK | 0.22 | 0 | 0.74 | 0.14 |
| HSL | 77.67º | 0.69% | 0.54% | - |
| HSV(B) | 77.67º | 0.74% | 0.86% | - |
| XYZ | 42.84 | 59.61 | 12.99 | - |
| YUV | 186.07 | 54.6 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 219 | 56 | 0.22 | 0 | 0.74 | 0.14 | 77.67 | 0.69 | 0.54 |
| Hex | AB | DB | 38 | 16 | 0 | 4A | E | 4E | 45 | 36 |
| Octal | 253 | 333 | 70 | 26 | 0 | 112 | 16 | 116 | 105 | 66 |
| Binary | 10101011 | 11011011 | 111000 | 10110 | 0 | 1001010 | 1110 | 1001110 | 1000101 | 110110 |
Color Harmonies of #ABDB38
Complementary color
Monochromatic Colors of #ABDB38
Black with #ABDB38
Text Example
Text Example
White with #ABDB38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDB38; }
p { color: rgb(171,219,56); }
H1.HeaderClassName
{
color: #ABDB38;
}
.AnyTagClassName
{
color: #ABDB38;
}
</style>
background-color css
<style>
a { background-color: #ABDB38; }
a { background-color: rgb(171,219,56); }
div.DivClassName
{
background-color: #ABDB38;
}
.BgClassName
{
background-color: #ABDB38;
}
</style>
border-color css
<style>
span { border-color: #ABDB38; }
span { border-color: rgb(171,219,56); }
td.TdClassName
{
border-color: #ABDB38;
}
.TagClassName
{
border-color: #ABDB38;
}
</style>