Shades of Atlantis #ABDA33
Tints of Atlantis #ABDA33
RGB
CMYK
RGB Variations
Color information
#ABDA33 (or 0xABDA33) is known color: Atlantis. HEX triplet: AB, DA and 33. RGB value is (171,218,51). Sum of RGB (Red+Green+Blue) = 171+218+51=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 218 (85.55% from 255 or 49.55% from 440); Blue value is 51 (20.31% from 255 or 11.59% from 440); Max value from RGB is 218 - color contains mainly: green. Hex color #ABDA33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDA33 is #5425CC. Grayscale: #B9B9B9. Windows color (decimal): -5514701 or 3398315. OLE color: 3398315.
HSL color Cylindrical-coordinate representation of color #ABDA33: hue angle of 76.89º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ABDA33 is Cyan = 0.22, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 218 | 51 | - |
| CMYK | 0.22 | 0 | 0.77 | 0.15 |
| HSL | 76.89º | 0.69% | 0.53% | - |
| HSV(B) | 76.89º | 0.77% | 0.85% | - |
| XYZ | 42.46 | 59.04 | 12.29 | - |
| YUV | 184.91 | 52.43 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 218 | 51 | 0.22 | 0 | 0.77 | 0.15 | 76.89 | 0.69 | 0.53 |
| Hex | AB | DA | 33 | 16 | 0 | 4D | F | 4D | 45 | 35 |
| Octal | 253 | 332 | 63 | 26 | 0 | 115 | 17 | 115 | 105 | 65 |
| Binary | 10101011 | 11011010 | 110011 | 10110 | 0 | 1001101 | 1111 | 1001101 | 1000101 | 110101 |
Color Harmonies of #ABDA33
Complementary color
Monochromatic Colors of #ABDA33
Black with #ABDA33
Text Example
Text Example
White with #ABDA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDA33; }
p { color: rgb(171,218,51); }
H1.HeaderClassName
{
color: #ABDA33;
}
.AnyTagClassName
{
color: #ABDA33;
}
</style>
background-color css
<style>
a { background-color: #ABDA33; }
a { background-color: rgb(171,218,51); }
div.DivClassName
{
background-color: #ABDA33;
}
.BgClassName
{
background-color: #ABDA33;
}
</style>
border-color css
<style>
span { border-color: #ABDA33; }
span { border-color: rgb(171,218,51); }
td.TdClassName
{
border-color: #ABDA33;
}
.TagClassName
{
border-color: #ABDA33;
}
</style>