Shades of Atlantis #ABDB3E
Tints of Atlantis #ABDB3E
RGB
CMYK
RGB Variations
Color information
#ABDB3E (or 0xABDB3E) is known color: Atlantis. HEX triplet: AB, DB and 3E. RGB value is (171,219,62). Sum of RGB (Red+Green+Blue) = 171+219+62=452 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.83% from 452); Green value is 219 (85.94% from 255 or 48.45% from 452); Blue value is 62 (24.61% from 255 or 13.72% from 452); Max value from RGB is 219 - color contains mainly: green. Hex color #ABDB3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDB3E is #5424C1. Grayscale: #BBBBBB. Windows color (decimal): -5514434 or 4119467. OLE color: 4119467.
HSL color Cylindrical-coordinate representation of color #ABDB3E: hue angle of 78.34º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ABDB3E is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 219 | 62 | - |
| CMYK | 0.22 | 0 | 0.72 | 0.14 |
| HSL | 78.34º | 0.69% | 0.55% | - |
| HSV(B) | 78.34º | 0.72% | 0.86% | - |
| XYZ | 43 | 59.67 | 13.81 | - |
| YUV | 186.75 | 57.6 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 219 | 62 | 0.22 | 0 | 0.72 | 0.14 | 78.34 | 0.69 | 0.55 |
| Hex | AB | DB | 3E | 16 | 0 | 48 | E | 4E | 45 | 37 |
| Octal | 253 | 333 | 76 | 26 | 0 | 110 | 16 | 116 | 105 | 67 |
| Binary | 10101011 | 11011011 | 111110 | 10110 | 0 | 1001000 | 1110 | 1001110 | 1000101 | 110111 |
Color Harmonies of #ABDB3E
Complementary color
Monochromatic Colors of #ABDB3E
Black with #ABDB3E
Text Example
Text Example
White with #ABDB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDB3E; }
p { color: rgb(171,219,62); }
H1.HeaderClassName
{
color: #ABDB3E;
}
.AnyTagClassName
{
color: #ABDB3E;
}
</style>
background-color css
<style>
a { background-color: #ABDB3E; }
a { background-color: rgb(171,219,62); }
div.DivClassName
{
background-color: #ABDB3E;
}
.BgClassName
{
background-color: #ABDB3E;
}
</style>
border-color css
<style>
span { border-color: #ABDB3E; }
span { border-color: rgb(171,219,62); }
td.TdClassName
{
border-color: #ABDB3E;
}
.TagClassName
{
border-color: #ABDB3E;
}
</style>