Shades of Atlantis #ABDF3B
Tints of Atlantis #ABDF3B
RGB
CMYK
RGB Variations
Color information
#ABDF3B (or 0xABDF3B) is known color: Atlantis. HEX triplet: AB, DF and 3B. RGB value is (171,223,59). Sum of RGB (Red+Green+Blue) = 171+223+59=453 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.75% from 453); Green value is 223 (87.5% from 255 or 49.23% from 453); Blue value is 59 (23.44% from 255 or 13.02% from 453); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDF3B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDF3B is #5420C4. Grayscale: #BDBDBD. Windows color (decimal): -5513413 or 3923883. OLE color: 3923883.
HSL color Cylindrical-coordinate representation of color #ABDF3B: hue angle of 79.02º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ABDF3B is Cyan = 0.23, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 223 | 59 | - |
| CMYK | 0.23 | 0 | 0.74 | 0.13 |
| HSL | 79.02º | 0.72% | 0.55% | - |
| HSV(B) | 79.02º | 0.74% | 0.87% | - |
| XYZ | 43.97 | 61.75 | 13.74 | - |
| YUV | 188.76 | 54.77 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 223 | 59 | 0.23 | 0 | 0.74 | 0.13 | 79.02 | 0.72 | 0.55 |
| Hex | AB | DF | 3B | 17 | 0 | 4A | D | 4F | 48 | 37 |
| Octal | 253 | 337 | 73 | 27 | 0 | 112 | 15 | 117 | 110 | 67 |
| Binary | 10101011 | 11011111 | 111011 | 10111 | 0 | 1001010 | 1101 | 1001111 | 1001000 | 110111 |
Color Harmonies of #ABDF3B
Complementary color
Monochromatic Colors of #ABDF3B
Black with #ABDF3B
Text Example
Text Example
White with #ABDF3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDF3B; }
p { color: rgb(171,223,59); }
H1.HeaderClassName
{
color: #ABDF3B;
}
.AnyTagClassName
{
color: #ABDF3B;
}
</style>
background-color css
<style>
a { background-color: #ABDF3B; }
a { background-color: rgb(171,223,59); }
div.DivClassName
{
background-color: #ABDF3B;
}
.BgClassName
{
background-color: #ABDF3B;
}
</style>
border-color css
<style>
span { border-color: #ABDF3B; }
span { border-color: rgb(171,223,59); }
td.TdClassName
{
border-color: #ABDF3B;
}
.TagClassName
{
border-color: #ABDF3B;
}
</style>