Shades of Atlantis #ADDA37
Tints of Atlantis #ADDA37
RGB
CMYK
RGB Variations
Color information
#ADDA37 (or 0xADDA37) is known color: Atlantis. HEX triplet: AD, DA and 37. RGB value is (173,218,55). Sum of RGB (Red+Green+Blue) = 173+218+55=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 218 (85.55% from 255 or 48.88% from 446); Blue value is 55 (21.88% from 255 or 12.33% from 446); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDA37 is #5225C8. Grayscale: #BABABA. Windows color (decimal): -5383625 or 3660461. OLE color: 3660461.
HSL color Cylindrical-coordinate representation of color #ADDA37: hue angle of 76.56º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ADDA37 is Cyan = 0.21, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 55 | - |
| CMYK | 0.21 | 0 | 0.75 | 0.15 |
| HSL | 76.56º | 0.69% | 0.54% | - |
| HSV(B) | 76.56º | 0.75% | 0.85% | - |
| XYZ | 42.99 | 59.3 | 12.79 | - |
| YUV | 185.96 | 54.09 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 55 | 0.21 | 0 | 0.75 | 0.15 | 76.56 | 0.69 | 0.54 |
| Hex | AD | DA | 37 | 15 | 0 | 4B | F | 4D | 45 | 36 |
| Octal | 255 | 332 | 67 | 25 | 0 | 113 | 17 | 115 | 105 | 66 |
| Binary | 10101101 | 11011010 | 110111 | 10101 | 0 | 1001011 | 1111 | 1001101 | 1000101 | 110110 |
Color Harmonies of #ADDA37
Complementary color
Monochromatic Colors of #ADDA37
Black with #ADDA37
Text Example
Text Example
White with #ADDA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDA37; }
p { color: rgb(173,218,55); }
H1.HeaderClassName
{
color: #ADDA37;
}
.AnyTagClassName
{
color: #ADDA37;
}
</style>
background-color css
<style>
a { background-color: #ADDA37; }
a { background-color: rgb(173,218,55); }
div.DivClassName
{
background-color: #ADDA37;
}
.BgClassName
{
background-color: #ADDA37;
}
</style>
border-color css
<style>
span { border-color: #ADDA37; }
span { border-color: rgb(173,218,55); }
td.TdClassName
{
border-color: #ADDA37;
}
.TagClassName
{
border-color: #ADDA37;
}
</style>