Shades of Atlantis #ADDF37
Tints of Atlantis #ADDF37
RGB
CMYK
RGB Variations
Color information
#ADDF37 (or 0xADDF37) is known color: Atlantis. HEX triplet: AD, DF and 37. RGB value is (173,223,55). Sum of RGB (Red+Green+Blue) = 173+223+55=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 223 (87.5% from 255 or 49.45% from 451); Blue value is 55 (21.88% from 255 or 12.20% from 451); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDF37 is #5220C8. Grayscale: #BDBDBD. Windows color (decimal): -5382345 or 3661741. OLE color: 3661741.
HSL color Cylindrical-coordinate representation of color #ADDF37: hue angle of 77.86º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ADDF37 is Cyan = 0.22, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 223 | 55 | - |
| CMYK | 0.22 | 0 | 0.75 | 0.13 |
| HSL | 77.86º | 0.72% | 0.55% | - |
| HSV(B) | 77.86º | 0.75% | 0.87% | - |
| XYZ | 44.31 | 61.94 | 13.23 | - |
| YUV | 188.9 | 52.44 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 55 | 0.22 | 0 | 0.75 | 0.13 | 77.86 | 0.72 | 0.55 |
| Hex | AD | DF | 37 | 16 | 0 | 4B | D | 4E | 48 | 37 |
| Octal | 255 | 337 | 67 | 26 | 0 | 113 | 15 | 116 | 110 | 67 |
| Binary | 10101101 | 11011111 | 110111 | 10110 | 0 | 1001011 | 1101 | 1001110 | 1001000 | 110111 |
Color Harmonies of #ADDF37
Complementary color
Monochromatic Colors of #ADDF37
Black with #ADDF37
Text Example
Text Example
White with #ADDF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDF37; }
p { color: rgb(173,223,55); }
H1.HeaderClassName
{
color: #ADDF37;
}
.AnyTagClassName
{
color: #ADDF37;
}
</style>
background-color css
<style>
a { background-color: #ADDF37; }
a { background-color: rgb(173,223,55); }
div.DivClassName
{
background-color: #ADDF37;
}
.BgClassName
{
background-color: #ADDF37;
}
</style>
border-color css
<style>
span { border-color: #ADDF37; }
span { border-color: rgb(173,223,55); }
td.TdClassName
{
border-color: #ADDF37;
}
.TagClassName
{
border-color: #ADDF37;
}
</style>