Shades of Atlantis #ABDE32
Tints of Atlantis #ABDE32
RGB
CMYK
RGB Variations
Color information
#ABDE32 (or 0xABDE32) is known color: Atlantis. HEX triplet: AB, DE and 32. RGB value is (171,222,50). Sum of RGB (Red+Green+Blue) = 171+222+50=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 222 (87.11% from 255 or 50.11% from 443); Blue value is 50 (19.92% from 255 or 11.29% from 443); Max value from RGB is 222 - color contains mainly: green. Hex color #ABDE32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDE32 is #5421CD. Grayscale: #BBBBBB. Windows color (decimal): -5513678 or 3333803. OLE color: 3333803.
HSL color Cylindrical-coordinate representation of color #ABDE32: hue angle of 77.79º degrees, saturation: 0.72, 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 #ABDE32 is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 222 | 50 | - |
| CMYK | 0.23 | 0 | 0.77 | 0.13 |
| HSL | 77.79º | 0.72% | 0.53% | - |
| HSV(B) | 77.79º | 0.77% | 0.87% | - |
| XYZ | 43.49 | 61.13 | 12.52 | - |
| YUV | 187.14 | 50.6 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 222 | 50 | 0.23 | 0 | 0.77 | 0.13 | 77.79 | 0.72 | 0.53 |
| Hex | AB | DE | 32 | 17 | 0 | 4D | D | 4E | 48 | 35 |
| Octal | 253 | 336 | 62 | 27 | 0 | 115 | 15 | 116 | 110 | 65 |
| Binary | 10101011 | 11011110 | 110010 | 10111 | 0 | 1001101 | 1101 | 1001110 | 1001000 | 110101 |
Color Harmonies of #ABDE32
Complementary color
Monochromatic Colors of #ABDE32
Black with #ABDE32
Text Example
Text Example
White with #ABDE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDE32; }
p { color: rgb(171,222,50); }
H1.HeaderClassName
{
color: #ABDE32;
}
.AnyTagClassName
{
color: #ABDE32;
}
</style>
background-color css
<style>
a { background-color: #ABDE32; }
a { background-color: rgb(171,222,50); }
div.DivClassName
{
background-color: #ABDE32;
}
.BgClassName
{
background-color: #ABDE32;
}
</style>
border-color css
<style>
span { border-color: #ABDE32; }
span { border-color: rgb(171,222,50); }
td.TdClassName
{
border-color: #ABDE32;
}
.TagClassName
{
border-color: #ABDE32;
}
</style>