Shades of Atlantis #ADD735
Tints of Atlantis #ADD735
RGB
CMYK
RGB Variations
Color information
#ADD735 (or 0xADD735) is known color: Atlantis. HEX triplet: AD, D7 and 35. RGB value is (173,215,53). Sum of RGB (Red+Green+Blue) = 173+215+53=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 215 (84.38% from 255 or 48.75% from 441); Blue value is 53 (21.09% from 255 or 12.02% from 441); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD735 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD735 is #5228CA. Grayscale: #B8B8B8. Windows color (decimal): -5384395 or 3528621. OLE color: 3528621.
HSL color Cylindrical-coordinate representation of color #ADD735: hue angle of 75.56º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ADD735 is Cyan = 0.20, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 215 | 53 | - |
| CMYK | 0.20 | 0 | 0.75 | 0.16 |
| HSL | 75.56º | 0.67% | 0.53% | - |
| HSV(B) | 75.56º | 0.75% | 0.84% | - |
| XYZ | 42.18 | 57.74 | 12.29 | - |
| YUV | 183.97 | 54.09 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 215 | 53 | 0.20 | 0 | 0.75 | 0.16 | 75.56 | 0.67 | 0.53 |
| Hex | AD | D7 | 35 | 14 | 0 | 4B | 10 | 4C | 43 | 35 |
| Octal | 255 | 327 | 65 | 24 | 0 | 113 | 20 | 114 | 103 | 65 |
| Binary | 10101101 | 11010111 | 110101 | 10100 | 0 | 1001011 | 10000 | 1001100 | 1000011 | 110101 |
Color Harmonies of #ADD735
Complementary color
Monochromatic Colors of #ADD735
Black with #ADD735
Text Example
Text Example
White with #ADD735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD735; }
p { color: rgb(173,215,53); }
H1.HeaderClassName
{
color: #ADD735;
}
.AnyTagClassName
{
color: #ADD735;
}
</style>
background-color css
<style>
a { background-color: #ADD735; }
a { background-color: rgb(173,215,53); }
div.DivClassName
{
background-color: #ADD735;
}
.BgClassName
{
background-color: #ADD735;
}
</style>
border-color css
<style>
span { border-color: #ADD735; }
span { border-color: rgb(173,215,53); }
td.TdClassName
{
border-color: #ADD735;
}
.TagClassName
{
border-color: #ADD735;
}
</style>