Shades of Atlantis #ABDF34
Tints of Atlantis #ABDF34
RGB
CMYK
RGB Variations
Color information
#ABDF34 (or 0xABDF34) is known color: Atlantis. HEX triplet: AB, DF and 34. RGB value is (171,223,52). Sum of RGB (Red+Green+Blue) = 171+223+52=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 223 (87.5% from 255 or 50% from 446); Blue value is 52 (20.70% from 255 or 11.66% from 446); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDF34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDF34 is #5420CB. Grayscale: #BCBCBC. Windows color (decimal): -5513420 or 3465131. OLE color: 3465131.
HSL color Cylindrical-coordinate representation of color #ABDF34: hue angle of 78.25º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ABDF34 is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 223 | 52 | - |
| CMYK | 0.23 | 0 | 0.77 | 0.13 |
| HSL | 78.25º | 0.73% | 0.54% | - |
| HSV(B) | 78.25º | 0.77% | 0.87% | - |
| XYZ | 43.8 | 61.68 | 12.85 | - |
| YUV | 187.96 | 51.27 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 223 | 52 | 0.23 | 0 | 0.77 | 0.13 | 78.25 | 0.73 | 0.54 |
| Hex | AB | DF | 34 | 17 | 0 | 4D | D | 4E | 49 | 36 |
| Octal | 253 | 337 | 64 | 27 | 0 | 115 | 15 | 116 | 111 | 66 |
| Binary | 10101011 | 11011111 | 110100 | 10111 | 0 | 1001101 | 1101 | 1001110 | 1001001 | 110110 |
Color Harmonies of #ABDF34
Complementary color
Monochromatic Colors of #ABDF34
Black with #ABDF34
Text Example
Text Example
White with #ABDF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDF34; }
p { color: rgb(171,223,52); }
H1.HeaderClassName
{
color: #ABDF34;
}
.AnyTagClassName
{
color: #ABDF34;
}
</style>
background-color css
<style>
a { background-color: #ABDF34; }
a { background-color: rgb(171,223,52); }
div.DivClassName
{
background-color: #ABDF34;
}
.BgClassName
{
background-color: #ABDF34;
}
</style>
border-color css
<style>
span { border-color: #ABDF34; }
span { border-color: rgb(171,223,52); }
td.TdClassName
{
border-color: #ABDF34;
}
.TagClassName
{
border-color: #ABDF34;
}
</style>