Shades of Atlantis #ABE537
Tints of Atlantis #ABE537
RGB
CMYK
RGB Variations
Color information
#ABE537 (or 0xABE537) is known color: Atlantis. HEX triplet: AB, E5 and 37. RGB value is (171,229,55). Sum of RGB (Red+Green+Blue) = 171+229+55=455 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.58% from 455); Green value is 229 (89.84% from 255 or 50.33% from 455); Blue value is 55 (21.88% from 255 or 12.09% from 455); Max value from RGB is 229 - color contains mainly: green. Hex color #ABE537 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABE537 is #541AC8. Grayscale: #C0C0C0. Windows color (decimal): -5511881 or 3663275. OLE color: 3663275.
HSL color Cylindrical-coordinate representation of color #ABE537: hue angle of 80º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ABE537 is Cyan = 0.25, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 229 | 55 | - |
| CMYK | 0.25 | 0 | 0.76 | 0.10 |
| HSL | 80º | 0.77% | 0.56% | - |
| HSV(B) | 80º | 0.76% | 0.9% | - |
| XYZ | 45.5 | 64.97 | 13.76 | - |
| YUV | 191.82 | 50.78 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 229 | 55 | 0.25 | 0 | 0.76 | 0.10 | 80 | 0.77 | 0.56 |
| Hex | AB | E5 | 37 | 19 | 0 | 4C | A | 50 | 4D | 38 |
| Octal | 253 | 345 | 67 | 31 | 0 | 114 | 12 | 120 | 115 | 70 |
| Binary | 10101011 | 11100101 | 110111 | 11001 | 0 | 1001100 | 1010 | 1010000 | 1001101 | 111000 |
Color Harmonies of #ABE537
Complementary color
Monochromatic Colors of #ABE537
Black with #ABE537
Text Example
Text Example
White with #ABE537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE537; }
p { color: rgb(171,229,55); }
H1.HeaderClassName
{
color: #ABE537;
}
.AnyTagClassName
{
color: #ABE537;
}
</style>
background-color css
<style>
a { background-color: #ABE537; }
a { background-color: rgb(171,229,55); }
div.DivClassName
{
background-color: #ABE537;
}
.BgClassName
{
background-color: #ABE537;
}
</style>
border-color css
<style>
span { border-color: #ABE537; }
span { border-color: rgb(171,229,55); }
td.TdClassName
{
border-color: #ABE537;
}
.TagClassName
{
border-color: #ABE537;
}
</style>