Shades of Atlantis #ABDB37
Tints of Atlantis #ABDB37
RGB
CMYK
RGB Variations
Color information
#ABDB37 (or 0xABDB37) is known color: Atlantis. HEX triplet: AB, DB and 37. RGB value is (171,219,55). Sum of RGB (Red+Green+Blue) = 171+219+55=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 219 (85.94% from 255 or 49.21% from 445); Blue value is 55 (21.88% from 255 or 12.36% from 445); Max value from RGB is 219 - color contains mainly: green. Hex color #ABDB37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDB37 is #5424C8. Grayscale: #BABABA. Windows color (decimal): -5514441 or 3660715. OLE color: 3660715.
HSL color Cylindrical-coordinate representation of color #ABDB37: hue angle of 77.56º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ABDB37 is Cyan = 0.22, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 219 | 55 | - |
| CMYK | 0.22 | 0 | 0.75 | 0.14 |
| HSL | 77.56º | 0.69% | 0.54% | - |
| HSV(B) | 77.56º | 0.75% | 0.86% | - |
| XYZ | 42.82 | 59.6 | 12.86 | - |
| YUV | 185.95 | 54.1 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 219 | 55 | 0.22 | 0 | 0.75 | 0.14 | 77.56 | 0.69 | 0.54 |
| Hex | AB | DB | 37 | 16 | 0 | 4B | E | 4E | 45 | 36 |
| Octal | 253 | 333 | 67 | 26 | 0 | 113 | 16 | 116 | 105 | 66 |
| Binary | 10101011 | 11011011 | 110111 | 10110 | 0 | 1001011 | 1110 | 1001110 | 1000101 | 110110 |
Color Harmonies of #ABDB37
Complementary color
Monochromatic Colors of #ABDB37
Black with #ABDB37
Text Example
Text Example
White with #ABDB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDB37; }
p { color: rgb(171,219,55); }
H1.HeaderClassName
{
color: #ABDB37;
}
.AnyTagClassName
{
color: #ABDB37;
}
</style>
background-color css
<style>
a { background-color: #ABDB37; }
a { background-color: rgb(171,219,55); }
div.DivClassName
{
background-color: #ABDB37;
}
.BgClassName
{
background-color: #ABDB37;
}
</style>
border-color css
<style>
span { border-color: #ABDB37; }
span { border-color: rgb(171,219,55); }
td.TdClassName
{
border-color: #ABDB37;
}
.TagClassName
{
border-color: #ABDB37;
}
</style>