Shades of Atlantis #ADDD31
Tints of Atlantis #ADDD31
RGB
CMYK
RGB Variations
Color information
#ADDD31 (or 0xADDD31) is known color: Atlantis. HEX triplet: AD, DD and 31. RGB value is (173,221,49). Sum of RGB (Red+Green+Blue) = 173+221+49=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 221 (86.72% from 255 or 49.89% from 443); Blue value is 49 (19.53% from 255 or 11.06% from 443); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDD31 is #5222CE. Grayscale: #BBBBBB. Windows color (decimal): -5382863 or 3268013. OLE color: 3268013.
HSL color Cylindrical-coordinate representation of color #ADDD31: hue angle of 76.74º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ADDD31 is Cyan = 0.22, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 221 | 49 | - |
| CMYK | 0.22 | 0 | 0.78 | 0.13 |
| HSL | 76.74º | 0.72% | 0.53% | - |
| HSV(B) | 76.74º | 0.78% | 0.87% | - |
| XYZ | 43.64 | 60.82 | 12.34 | - |
| YUV | 187.04 | 50.1 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 49 | 0.22 | 0 | 0.78 | 0.13 | 76.74 | 0.72 | 0.53 |
| Hex | AD | DD | 31 | 16 | 0 | 4E | D | 4D | 48 | 35 |
| Octal | 255 | 335 | 61 | 26 | 0 | 116 | 15 | 115 | 110 | 65 |
| Binary | 10101101 | 11011101 | 110001 | 10110 | 0 | 1001110 | 1101 | 1001101 | 1001000 | 110101 |
Color Harmonies of #ADDD31
Complementary color
Monochromatic Colors of #ADDD31
Black with #ADDD31
Text Example
Text Example
White with #ADDD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDD31; }
p { color: rgb(173,221,49); }
H1.HeaderClassName
{
color: #ADDD31;
}
.AnyTagClassName
{
color: #ADDD31;
}
</style>
background-color css
<style>
a { background-color: #ADDD31; }
a { background-color: rgb(173,221,49); }
div.DivClassName
{
background-color: #ADDD31;
}
.BgClassName
{
background-color: #ADDD31;
}
</style>
border-color css
<style>
span { border-color: #ADDD31; }
span { border-color: rgb(173,221,49); }
td.TdClassName
{
border-color: #ADDD31;
}
.TagClassName
{
border-color: #ADDD31;
}
</style>