Shades of Atlantis #ADD73B
Tints of Atlantis #ADD73B
RGB
CMYK
RGB Variations
Color information
#ADD73B (or 0xADD73B) is known color: Atlantis. HEX triplet: AD, D7 and 3B. RGB value is (173,215,59). Sum of RGB (Red+Green+Blue) = 173+215+59=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 215 (84.38% from 255 or 48.10% from 447); Blue value is 59 (23.44% from 255 or 13.20% from 447); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD73B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD73B is #5228C4. Grayscale: #B9B9B9. Windows color (decimal): -5384389 or 3921837. OLE color: 3921837.
HSL color Cylindrical-coordinate representation of color #ADD73B: hue angle of 76.15º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ADD73B is Cyan = 0.20, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 215 | 59 | - |
| CMYK | 0.20 | 0 | 0.73 | 0.16 |
| HSL | 76.15º | 0.66% | 0.54% | - |
| HSV(B) | 76.15º | 0.73% | 0.84% | - |
| XYZ | 42.32 | 57.8 | 13.06 | - |
| YUV | 184.66 | 57.09 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 215 | 59 | 0.20 | 0 | 0.73 | 0.16 | 76.15 | 0.66 | 0.54 |
| Hex | AD | D7 | 3B | 14 | 0 | 49 | 10 | 4C | 42 | 36 |
| Octal | 255 | 327 | 73 | 24 | 0 | 111 | 20 | 114 | 102 | 66 |
| Binary | 10101101 | 11010111 | 111011 | 10100 | 0 | 1001001 | 10000 | 1001100 | 1000010 | 110110 |
Color Harmonies of #ADD73B
Complementary color
Monochromatic Colors of #ADD73B
Black with #ADD73B
Text Example
Text Example
White with #ADD73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD73B; }
p { color: rgb(173,215,59); }
H1.HeaderClassName
{
color: #ADD73B;
}
.AnyTagClassName
{
color: #ADD73B;
}
</style>
background-color css
<style>
a { background-color: #ADD73B; }
a { background-color: rgb(173,215,59); }
div.DivClassName
{
background-color: #ADD73B;
}
.BgClassName
{
background-color: #ADD73B;
}
</style>
border-color css
<style>
span { border-color: #ADD73B; }
span { border-color: rgb(173,215,59); }
td.TdClassName
{
border-color: #ADD73B;
}
.TagClassName
{
border-color: #ADD73B;
}
</style>