Shades of Atlantis #ABDD32
Tints of Atlantis #ABDD32
RGB
CMYK
RGB Variations
Color information
#ABDD32 (or 0xABDD32) is known color: Atlantis. HEX triplet: AB, DD and 32. RGB value is (171,221,50). Sum of RGB (Red+Green+Blue) = 171+221+50=442 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.69% from 442); Green value is 221 (86.72% from 255 or 50% from 442); Blue value is 50 (19.92% from 255 or 11.31% from 442); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDD32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDD32 is #5422CD. Grayscale: #BBBBBB. Windows color (decimal): -5513934 or 3333547. OLE color: 3333547.
HSL color Cylindrical-coordinate representation of color #ABDD32: hue angle of 77.54º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ABDD32 is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 50 | - |
| CMYK | 0.23 | 0 | 0.77 | 0.13 |
| HSL | 77.54º | 0.72% | 0.53% | - |
| HSV(B) | 77.54º | 0.77% | 0.87% | - |
| XYZ | 43.23 | 60.6 | 12.44 | - |
| YUV | 186.56 | 50.94 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 50 | 0.23 | 0 | 0.77 | 0.13 | 77.54 | 0.72 | 0.53 |
| Hex | AB | DD | 32 | 17 | 0 | 4D | D | 4E | 48 | 35 |
| Octal | 253 | 335 | 62 | 27 | 0 | 115 | 15 | 116 | 110 | 65 |
| Binary | 10101011 | 11011101 | 110010 | 10111 | 0 | 1001101 | 1101 | 1001110 | 1001000 | 110101 |
Color Harmonies of #ABDD32
Complementary color
Monochromatic Colors of #ABDD32
Black with #ABDD32
Text Example
Text Example
White with #ABDD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDD32; }
p { color: rgb(171,221,50); }
H1.HeaderClassName
{
color: #ABDD32;
}
.AnyTagClassName
{
color: #ABDD32;
}
</style>
background-color css
<style>
a { background-color: #ABDD32; }
a { background-color: rgb(171,221,50); }
div.DivClassName
{
background-color: #ABDD32;
}
.BgClassName
{
background-color: #ABDD32;
}
</style>
border-color css
<style>
span { border-color: #ABDD32; }
span { border-color: rgb(171,221,50); }
td.TdClassName
{
border-color: #ABDD32;
}
.TagClassName
{
border-color: #ABDD32;
}
</style>