Shades of Atlantis #ADDD37
Tints of Atlantis #ADDD37
RGB
CMYK
RGB Variations
Color information
#ADDD37 (or 0xADDD37) is known color: Atlantis. HEX triplet: AD, DD and 37. RGB value is (173,221,55). Sum of RGB (Red+Green+Blue) = 173+221+55=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 221 (86.72% from 255 or 49.22% from 449); Blue value is 55 (21.88% from 255 or 12.25% from 449); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDD37 is #5222C8. Grayscale: #BCBCBC. Windows color (decimal): -5382857 or 3661229. OLE color: 3661229.
HSL color Cylindrical-coordinate representation of color #ADDD37: hue angle of 77.35º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ADDD37 is Cyan = 0.22, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 221 | 55 | - |
| CMYK | 0.22 | 0 | 0.75 | 0.13 |
| HSL | 77.35º | 0.71% | 0.54% | - |
| HSV(B) | 77.35º | 0.75% | 0.87% | - |
| XYZ | 43.78 | 60.87 | 13.06 | - |
| YUV | 187.72 | 53.1 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 55 | 0.22 | 0 | 0.75 | 0.13 | 77.35 | 0.71 | 0.54 |
| Hex | AD | DD | 37 | 16 | 0 | 4B | D | 4D | 47 | 36 |
| Octal | 255 | 335 | 67 | 26 | 0 | 113 | 15 | 115 | 107 | 66 |
| Binary | 10101101 | 11011101 | 110111 | 10110 | 0 | 1001011 | 1101 | 1001101 | 1000111 | 110110 |
Color Harmonies of #ADDD37
Complementary color
Monochromatic Colors of #ADDD37
Black with #ADDD37
Text Example
Text Example
White with #ADDD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDD37; }
p { color: rgb(173,221,55); }
H1.HeaderClassName
{
color: #ADDD37;
}
.AnyTagClassName
{
color: #ADDD37;
}
</style>
background-color css
<style>
a { background-color: #ADDD37; }
a { background-color: rgb(173,221,55); }
div.DivClassName
{
background-color: #ADDD37;
}
.BgClassName
{
background-color: #ADDD37;
}
</style>
border-color css
<style>
span { border-color: #ADDD37; }
span { border-color: rgb(173,221,55); }
td.TdClassName
{
border-color: #ADDD37;
}
.TagClassName
{
border-color: #ADDD37;
}
</style>