Shades of Atlantis #ABDC33
Tints of Atlantis #ABDC33
RGB
CMYK
RGB Variations
Color information
#ABDC33 (or 0xABDC33) is known color: Atlantis. HEX triplet: AB, DC and 33. RGB value is (171,220,51). Sum of RGB (Red+Green+Blue) = 171+220+51=442 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.69% from 442); Green value is 220 (86.33% from 255 or 49.77% from 442); Blue value is 51 (20.31% from 255 or 11.54% from 442); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDC33 is #5423CC. Grayscale: #BABABA. Windows color (decimal): -5514189 or 3398827. OLE color: 3398827.
HSL color Cylindrical-coordinate representation of color #ABDC33: hue angle of 77.4º degrees, saturation: 0.71, 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 #ABDC33 is Cyan = 0.22, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 220 | 51 | - |
| CMYK | 0.22 | 0 | 0.77 | 0.14 |
| HSL | 77.4º | 0.71% | 0.53% | - |
| HSV(B) | 77.4º | 0.77% | 0.86% | - |
| XYZ | 42.99 | 60.08 | 12.46 | - |
| YUV | 186.08 | 51.77 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 220 | 51 | 0.22 | 0 | 0.77 | 0.14 | 77.4 | 0.71 | 0.53 |
| Hex | AB | DC | 33 | 16 | 0 | 4D | E | 4D | 47 | 35 |
| Octal | 253 | 334 | 63 | 26 | 0 | 115 | 16 | 115 | 107 | 65 |
| Binary | 10101011 | 11011100 | 110011 | 10110 | 0 | 1001101 | 1110 | 1001101 | 1000111 | 110101 |
Color Harmonies of #ABDC33
Complementary color
Monochromatic Colors of #ABDC33
Black with #ABDC33
Text Example
Text Example
White with #ABDC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDC33; }
p { color: rgb(171,220,51); }
H1.HeaderClassName
{
color: #ABDC33;
}
.AnyTagClassName
{
color: #ABDC33;
}
</style>
background-color css
<style>
a { background-color: #ABDC33; }
a { background-color: rgb(171,220,51); }
div.DivClassName
{
background-color: #ABDC33;
}
.BgClassName
{
background-color: #ABDC33;
}
</style>
border-color css
<style>
span { border-color: #ABDC33; }
span { border-color: rgb(171,220,51); }
td.TdClassName
{
border-color: #ABDC33;
}
.TagClassName
{
border-color: #ABDC33;
}
</style>