Shades of Atlantis #ABDD33
Tints of Atlantis #ABDD33
RGB
CMYK
RGB Variations
Color information
#ABDD33 (or 0xABDD33) is known color: Atlantis. HEX triplet: AB, DD and 33. RGB value is (171,221,51). Sum of RGB (Red+Green+Blue) = 171+221+51=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 221 (86.72% from 255 or 49.89% from 443); Blue value is 51 (20.31% from 255 or 11.51% from 443); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDD33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDD33 is #5422CC. Grayscale: #BBBBBB. Windows color (decimal): -5513933 or 3399083. OLE color: 3399083.
HSL color Cylindrical-coordinate representation of color #ABDD33: hue angle of 77.65º degrees, saturation: 0.71, 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 #ABDD33 is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 51 | - |
| CMYK | 0.23 | 0 | 0.77 | 0.13 |
| HSL | 77.65º | 0.71% | 0.53% | - |
| HSV(B) | 77.65º | 0.77% | 0.87% | - |
| XYZ | 43.25 | 60.61 | 12.55 | - |
| YUV | 186.67 | 51.44 | 116.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 51 | 0.23 | 0 | 0.77 | 0.13 | 77.65 | 0.71 | 0.53 |
| Hex | AB | DD | 33 | 17 | 0 | 4D | D | 4E | 47 | 35 |
| Octal | 253 | 335 | 63 | 27 | 0 | 115 | 15 | 116 | 107 | 65 |
| Binary | 10101011 | 11011101 | 110011 | 10111 | 0 | 1001101 | 1101 | 1001110 | 1000111 | 110101 |
Color Harmonies of #ABDD33
Complementary color
Monochromatic Colors of #ABDD33
Black with #ABDD33
Text Example
Text Example
White with #ABDD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDD33; }
p { color: rgb(171,221,51); }
H1.HeaderClassName
{
color: #ABDD33;
}
.AnyTagClassName
{
color: #ABDD33;
}
</style>
background-color css
<style>
a { background-color: #ABDD33; }
a { background-color: rgb(171,221,51); }
div.DivClassName
{
background-color: #ABDD33;
}
.BgClassName
{
background-color: #ABDD33;
}
</style>
border-color css
<style>
span { border-color: #ABDD33; }
span { border-color: rgb(171,221,51); }
td.TdClassName
{
border-color: #ABDD33;
}
.TagClassName
{
border-color: #ABDD33;
}
</style>