Shades of Atlantis #ABDF37
Tints of Atlantis #ABDF37
RGB
CMYK
RGB Variations
Color information
#ABDF37 (or 0xABDF37) is known color: Atlantis. HEX triplet: AB, DF and 37. RGB value is (171,223,55). Sum of RGB (Red+Green+Blue) = 171+223+55=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 223 (87.5% from 255 or 49.67% from 449); Blue value is 55 (21.88% from 255 or 12.25% from 449); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDF37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDF37 is #5420C8. Grayscale: #BCBCBC. Windows color (decimal): -5513417 or 3661739. OLE color: 3661739.
HSL color Cylindrical-coordinate representation of color #ABDF37: hue angle of 78.57º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ABDF37 is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 223 | 55 | - |
| CMYK | 0.23 | 0 | 0.75 | 0.13 |
| HSL | 78.57º | 0.72% | 0.55% | - |
| HSV(B) | 78.57º | 0.75% | 0.87% | - |
| XYZ | 43.87 | 61.71 | 13.21 | - |
| YUV | 188.3 | 52.77 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 223 | 55 | 0.23 | 0 | 0.75 | 0.13 | 78.57 | 0.72 | 0.55 |
| Hex | AB | DF | 37 | 17 | 0 | 4B | D | 4F | 48 | 37 |
| Octal | 253 | 337 | 67 | 27 | 0 | 113 | 15 | 117 | 110 | 67 |
| Binary | 10101011 | 11011111 | 110111 | 10111 | 0 | 1001011 | 1101 | 1001111 | 1001000 | 110111 |
Color Harmonies of #ABDF37
Complementary color
Monochromatic Colors of #ABDF37
Black with #ABDF37
Text Example
Text Example
White with #ABDF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDF37; }
p { color: rgb(171,223,55); }
H1.HeaderClassName
{
color: #ABDF37;
}
.AnyTagClassName
{
color: #ABDF37;
}
</style>
background-color css
<style>
a { background-color: #ABDF37; }
a { background-color: rgb(171,223,55); }
div.DivClassName
{
background-color: #ABDF37;
}
.BgClassName
{
background-color: #ABDF37;
}
</style>
border-color css
<style>
span { border-color: #ABDF37; }
span { border-color: rgb(171,223,55); }
td.TdClassName
{
border-color: #ABDF37;
}
.TagClassName
{
border-color: #ABDF37;
}
</style>