Shades of Atlantis #ADDC37
Tints of Atlantis #ADDC37
RGB
CMYK
RGB Variations
Color information
#ADDC37 (or 0xADDC37) is known color: Atlantis. HEX triplet: AD, DC and 37. RGB value is (173,220,55). Sum of RGB (Red+Green+Blue) = 173+220+55=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 220 (86.33% from 255 or 49.11% from 448); Blue value is 55 (21.88% from 255 or 12.28% from 448); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDC37 is #5223C8. Grayscale: #BBBBBB. Windows color (decimal): -5383113 or 3660973. OLE color: 3660973.
HSL color Cylindrical-coordinate representation of color #ADDC37: hue angle of 77.09º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ADDC37 is Cyan = 0.21, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 55 | - |
| CMYK | 0.21 | 0 | 0.75 | 0.14 |
| HSL | 77.09º | 0.7% | 0.54% | - |
| HSV(B) | 77.09º | 0.75% | 0.86% | - |
| XYZ | 43.52 | 60.35 | 12.97 | - |
| YUV | 187.14 | 53.43 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 55 | 0.21 | 0 | 0.75 | 0.14 | 77.09 | 0.7 | 0.54 |
| Hex | AD | DC | 37 | 15 | 0 | 4B | E | 4D | 46 | 36 |
| Octal | 255 | 334 | 67 | 25 | 0 | 113 | 16 | 115 | 106 | 66 |
| Binary | 10101101 | 11011100 | 110111 | 10101 | 0 | 1001011 | 1110 | 1001101 | 1000110 | 110110 |
Color Harmonies of #ADDC37
Complementary color
Monochromatic Colors of #ADDC37
Black with #ADDC37
Text Example
Text Example
White with #ADDC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDC37; }
p { color: rgb(173,220,55); }
H1.HeaderClassName
{
color: #ADDC37;
}
.AnyTagClassName
{
color: #ADDC37;
}
</style>
background-color css
<style>
a { background-color: #ADDC37; }
a { background-color: rgb(173,220,55); }
div.DivClassName
{
background-color: #ADDC37;
}
.BgClassName
{
background-color: #ADDC37;
}
</style>
border-color css
<style>
span { border-color: #ADDC37; }
span { border-color: rgb(173,220,55); }
td.TdClassName
{
border-color: #ADDC37;
}
.TagClassName
{
border-color: #ADDC37;
}
</style>