Shades of Atlantis #ABDD38
Tints of Atlantis #ABDD38
RGB
CMYK
RGB Variations
Color information
#ABDD38 (or 0xABDD38) is known color: Atlantis. HEX triplet: AB, DD and 38. RGB value is (171,221,56). Sum of RGB (Red+Green+Blue) = 171+221+56=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 221 (86.72% from 255 or 49.33% from 448); Blue value is 56 (22.27% from 255 or 12.5% from 448); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDD38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDD38 is #5422C7. Grayscale: #BBBBBB. Windows color (decimal): -5513928 or 3726763. OLE color: 3726763.
HSL color Cylindrical-coordinate representation of color #ABDD38: hue angle of 78.18º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ABDD38 is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 56 | - |
| CMYK | 0.23 | 0 | 0.75 | 0.13 |
| HSL | 78.18º | 0.71% | 0.54% | - |
| HSV(B) | 78.18º | 0.75% | 0.87% | - |
| XYZ | 43.36 | 60.66 | 13.16 | - |
| YUV | 187.24 | 53.94 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 56 | 0.23 | 0 | 0.75 | 0.13 | 78.18 | 0.71 | 0.54 |
| Hex | AB | DD | 38 | 17 | 0 | 4B | D | 4E | 47 | 36 |
| Octal | 253 | 335 | 70 | 27 | 0 | 113 | 15 | 116 | 107 | 66 |
| Binary | 10101011 | 11011101 | 111000 | 10111 | 0 | 1001011 | 1101 | 1001110 | 1000111 | 110110 |
Color Harmonies of #ABDD38
Complementary color
Monochromatic Colors of #ABDD38
Black with #ABDD38
Text Example
Text Example
White with #ABDD38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDD38; }
p { color: rgb(171,221,56); }
H1.HeaderClassName
{
color: #ABDD38;
}
.AnyTagClassName
{
color: #ABDD38;
}
</style>
background-color css
<style>
a { background-color: #ABDD38; }
a { background-color: rgb(171,221,56); }
div.DivClassName
{
background-color: #ABDD38;
}
.BgClassName
{
background-color: #ABDD38;
}
</style>
border-color css
<style>
span { border-color: #ABDD38; }
span { border-color: rgb(171,221,56); }
td.TdClassName
{
border-color: #ABDD38;
}
.TagClassName
{
border-color: #ABDD38;
}
</style>