Shades of Atlantis #ABDB33
Tints of Atlantis #ABDB33
RGB
CMYK
RGB Variations
Color information
#ABDB33 (or 0xABDB33) is known color: Atlantis. HEX triplet: AB, DB and 33. RGB value is (171,219,51). Sum of RGB (Red+Green+Blue) = 171+219+51=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 219 (85.94% from 255 or 49.66% from 441); Blue value is 51 (20.31% from 255 or 11.56% from 441); Max value from RGB is 219 - color contains mainly: green. Hex color #ABDB33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDB33 is #5424CC. Grayscale: #BABABA. Windows color (decimal): -5514445 or 3398571. OLE color: 3398571.
HSL color Cylindrical-coordinate representation of color #ABDB33: hue angle of 77.14º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ABDB33 is Cyan = 0.22, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 219 | 51 | - |
| CMYK | 0.22 | 0 | 0.77 | 0.14 |
| HSL | 77.14º | 0.7% | 0.53% | - |
| HSV(B) | 77.14º | 0.77% | 0.86% | - |
| XYZ | 42.72 | 59.56 | 12.38 | - |
| YUV | 185.5 | 52.1 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 219 | 51 | 0.22 | 0 | 0.77 | 0.14 | 77.14 | 0.7 | 0.53 |
| Hex | AB | DB | 33 | 16 | 0 | 4D | E | 4D | 46 | 35 |
| Octal | 253 | 333 | 63 | 26 | 0 | 115 | 16 | 115 | 106 | 65 |
| Binary | 10101011 | 11011011 | 110011 | 10110 | 0 | 1001101 | 1110 | 1001101 | 1000110 | 110101 |
Color Harmonies of #ABDB33
Complementary color
Monochromatic Colors of #ABDB33
Black with #ABDB33
Text Example
Text Example
White with #ABDB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDB33; }
p { color: rgb(171,219,51); }
H1.HeaderClassName
{
color: #ABDB33;
}
.AnyTagClassName
{
color: #ABDB33;
}
</style>
background-color css
<style>
a { background-color: #ABDB33; }
a { background-color: rgb(171,219,51); }
div.DivClassName
{
background-color: #ABDB33;
}
.BgClassName
{
background-color: #ABDB33;
}
</style>
border-color css
<style>
span { border-color: #ABDB33; }
span { border-color: rgb(171,219,51); }
td.TdClassName
{
border-color: #ABDB33;
}
.TagClassName
{
border-color: #ABDB33;
}
</style>