Shades of Atlantis #ADD53B
Tints of Atlantis #ADD53B
RGB
CMYK
RGB Variations
Color information
#ADD53B (or 0xADD53B) is known color: Atlantis. HEX triplet: AD, D5 and 3B. RGB value is (173,213,59). Sum of RGB (Red+Green+Blue) = 173+213+59=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 213 (83.59% from 255 or 47.87% from 445); Blue value is 59 (23.44% from 255 or 13.26% from 445); Max value from RGB is 213 - color contains mainly: green. Hex color #ADD53B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD53B is #522AC4. Grayscale: #B8B8B8. Windows color (decimal): -5384901 or 3921325. OLE color: 3921325.
HSL color Cylindrical-coordinate representation of color #ADD53B: hue angle of 75.58º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ADD53B is Cyan = 0.19, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 213 | 59 | - |
| CMYK | 0.19 | 0 | 0.72 | 0.16 |
| HSL | 75.58º | 0.65% | 0.53% | - |
| HSV(B) | 75.58º | 0.72% | 0.84% | - |
| XYZ | 41.82 | 56.79 | 12.89 | - |
| YUV | 183.48 | 57.75 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 213 | 59 | 0.19 | 0 | 0.72 | 0.16 | 75.58 | 0.65 | 0.53 |
| Hex | AD | D5 | 3B | 13 | 0 | 48 | 10 | 4C | 41 | 35 |
| Octal | 255 | 325 | 73 | 23 | 0 | 110 | 20 | 114 | 101 | 65 |
| Binary | 10101101 | 11010101 | 111011 | 10011 | 0 | 1001000 | 10000 | 1001100 | 1000001 | 110101 |
Color Harmonies of #ADD53B
Complementary color
Monochromatic Colors of #ADD53B
Black with #ADD53B
Text Example
Text Example
White with #ADD53B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD53B; }
p { color: rgb(173,213,59); }
H1.HeaderClassName
{
color: #ADD53B;
}
.AnyTagClassName
{
color: #ADD53B;
}
</style>
background-color css
<style>
a { background-color: #ADD53B; }
a { background-color: rgb(173,213,59); }
div.DivClassName
{
background-color: #ADD53B;
}
.BgClassName
{
background-color: #ADD53B;
}
</style>
border-color css
<style>
span { border-color: #ADD53B; }
span { border-color: rgb(173,213,59); }
td.TdClassName
{
border-color: #ADD53B;
}
.TagClassName
{
border-color: #ADD53B;
}
</style>