Shades of Atlantis #ADD53D
Tints of Atlantis #ADD53D
RGB
CMYK
RGB Variations
Color information
#ADD53D (or 0xADD53D) is known color: Atlantis. HEX triplet: AD, D5 and 3D. RGB value is (173,213,61). Sum of RGB (Red+Green+Blue) = 173+213+61=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 213 (83.59% from 255 or 47.65% from 447); Blue value is 61 (24.22% from 255 or 13.65% from 447); Max value from RGB is 213 - color contains mainly: green. Hex color #ADD53D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD53D is #522AC2. Grayscale: #B8B8B8. Windows color (decimal): -5384899 or 4052397. OLE color: 4052397.
HSL color Cylindrical-coordinate representation of color #ADD53D: hue angle of 75.79º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ADD53D is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 213 | 61 | - |
| CMYK | 0.19 | 0 | 0.71 | 0.16 |
| HSL | 75.79º | 0.64% | 0.54% | - |
| HSV(B) | 75.79º | 0.71% | 0.84% | - |
| XYZ | 41.87 | 56.81 | 13.17 | - |
| YUV | 183.71 | 58.75 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 213 | 61 | 0.19 | 0 | 0.71 | 0.16 | 75.79 | 0.64 | 0.54 |
| Hex | AD | D5 | 3D | 13 | 0 | 47 | 10 | 4C | 40 | 36 |
| Octal | 255 | 325 | 75 | 23 | 0 | 107 | 20 | 114 | 100 | 66 |
| Binary | 10101101 | 11010101 | 111101 | 10011 | 0 | 1000111 | 10000 | 1001100 | 1000000 | 110110 |
Color Harmonies of #ADD53D
Complementary color
Monochromatic Colors of #ADD53D
Black with #ADD53D
Text Example
Text Example
White with #ADD53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD53D; }
p { color: rgb(173,213,61); }
H1.HeaderClassName
{
color: #ADD53D;
}
.AnyTagClassName
{
color: #ADD53D;
}
</style>
background-color css
<style>
a { background-color: #ADD53D; }
a { background-color: rgb(173,213,61); }
div.DivClassName
{
background-color: #ADD53D;
}
.BgClassName
{
background-color: #ADD53D;
}
</style>
border-color css
<style>
span { border-color: #ADD53D; }
span { border-color: rgb(173,213,61); }
td.TdClassName
{
border-color: #ADD53D;
}
.TagClassName
{
border-color: #ADD53D;
}
</style>