Shades of Atlantis #ABDF36
Tints of Atlantis #ABDF36
RGB
CMYK
RGB Variations
Color information
#ABDF36 (or 0xABDF36) is known color: Atlantis. HEX triplet: AB, DF and 36. RGB value is (171,223,54). Sum of RGB (Red+Green+Blue) = 171+223+54=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 223 (87.5% from 255 or 49.78% from 448); Blue value is 54 (21.48% from 255 or 12.05% from 448); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDF36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDF36 is #5420C9. Grayscale: #BCBCBC. Windows color (decimal): -5513418 or 3596203. OLE color: 3596203.
HSL color Cylindrical-coordinate representation of color #ABDF36: hue angle of 78.46º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ABDF36 is Cyan = 0.23, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 223 | 54 | - |
| CMYK | 0.23 | 0 | 0.76 | 0.13 |
| HSL | 78.46º | 0.73% | 0.54% | - |
| HSV(B) | 78.46º | 0.76% | 0.87% | - |
| XYZ | 43.85 | 61.7 | 13.09 | - |
| YUV | 188.19 | 52.27 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 223 | 54 | 0.23 | 0 | 0.76 | 0.13 | 78.46 | 0.73 | 0.54 |
| Hex | AB | DF | 36 | 17 | 0 | 4C | D | 4E | 49 | 36 |
| Octal | 253 | 337 | 66 | 27 | 0 | 114 | 15 | 116 | 111 | 66 |
| Binary | 10101011 | 11011111 | 110110 | 10111 | 0 | 1001100 | 1101 | 1001110 | 1001001 | 110110 |
Color Harmonies of #ABDF36
Complementary color
Monochromatic Colors of #ABDF36
Black with #ABDF36
Text Example
Text Example
White with #ABDF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDF36; }
p { color: rgb(171,223,54); }
H1.HeaderClassName
{
color: #ABDF36;
}
.AnyTagClassName
{
color: #ABDF36;
}
</style>
background-color css
<style>
a { background-color: #ABDF36; }
a { background-color: rgb(171,223,54); }
div.DivClassName
{
background-color: #ABDF36;
}
.BgClassName
{
background-color: #ABDF36;
}
</style>
border-color css
<style>
span { border-color: #ABDF36; }
span { border-color: rgb(171,223,54); }
td.TdClassName
{
border-color: #ABDF36;
}
.TagClassName
{
border-color: #ABDF36;
}
</style>