Shades of Atlantis #ABDF31
Tints of Atlantis #ABDF31
RGB
CMYK
RGB Variations
Color information
#ABDF31 (or 0xABDF31) is known color: Atlantis. HEX triplet: AB, DF and 31. RGB value is (171,223,49). Sum of RGB (Red+Green+Blue) = 171+223+49=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 223 (87.5% from 255 or 50.34% from 443); Blue value is 49 (19.53% from 255 or 11.06% from 443); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDF31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDF31 is #5420CE. Grayscale: #BCBCBC. Windows color (decimal): -5513423 or 3268523. OLE color: 3268523.
HSL color Cylindrical-coordinate representation of color #ABDF31: hue angle of 77.93º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ABDF31 is Cyan = 0.23, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 223 | 49 | - |
| CMYK | 0.23 | 0 | 0.78 | 0.13 |
| HSL | 77.93º | 0.73% | 0.53% | - |
| HSV(B) | 77.93º | 0.78% | 0.87% | - |
| XYZ | 43.74 | 61.66 | 12.5 | - |
| YUV | 187.62 | 49.77 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 223 | 49 | 0.23 | 0 | 0.78 | 0.13 | 77.93 | 0.73 | 0.53 |
| Hex | AB | DF | 31 | 17 | 0 | 4E | D | 4E | 49 | 35 |
| Octal | 253 | 337 | 61 | 27 | 0 | 116 | 15 | 116 | 111 | 65 |
| Binary | 10101011 | 11011111 | 110001 | 10111 | 0 | 1001110 | 1101 | 1001110 | 1001001 | 110101 |
Color Harmonies of #ABDF31
Complementary color
Monochromatic Colors of #ABDF31
Black with #ABDF31
Text Example
Text Example
White with #ABDF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDF31; }
p { color: rgb(171,223,49); }
H1.HeaderClassName
{
color: #ABDF31;
}
.AnyTagClassName
{
color: #ABDF31;
}
</style>
background-color css
<style>
a { background-color: #ABDF31; }
a { background-color: rgb(171,223,49); }
div.DivClassName
{
background-color: #ABDF31;
}
.BgClassName
{
background-color: #ABDF31;
}
</style>
border-color css
<style>
span { border-color: #ABDF31; }
span { border-color: rgb(171,223,49); }
td.TdClassName
{
border-color: #ABDF31;
}
.TagClassName
{
border-color: #ABDF31;
}
</style>