Shades of Atlantis #ADDD33
Tints of Atlantis #ADDD33
RGB
CMYK
RGB Variations
Color information
#ADDD33 (or 0xADDD33) is known color: Atlantis. HEX triplet: AD, DD and 33. RGB value is (173,221,51). Sum of RGB (Red+Green+Blue) = 173+221+51=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 221 (86.72% from 255 or 49.66% from 445); Blue value is 51 (20.31% from 255 or 11.46% from 445); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDD33 is #5222CC. Grayscale: #BBBBBB. Windows color (decimal): -5382861 or 3399085. OLE color: 3399085.
HSL color Cylindrical-coordinate representation of color #ADDD33: hue angle of 76.94º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ADDD33 is Cyan = 0.22, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 221 | 51 | - |
| CMYK | 0.22 | 0 | 0.77 | 0.13 |
| HSL | 76.94º | 0.71% | 0.53% | - |
| HSV(B) | 76.94º | 0.77% | 0.87% | - |
| XYZ | 43.69 | 60.84 | 12.57 | - |
| YUV | 187.27 | 51.1 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 51 | 0.22 | 0 | 0.77 | 0.13 | 76.94 | 0.71 | 0.53 |
| Hex | AD | DD | 33 | 16 | 0 | 4D | D | 4D | 47 | 35 |
| Octal | 255 | 335 | 63 | 26 | 0 | 115 | 15 | 115 | 107 | 65 |
| Binary | 10101101 | 11011101 | 110011 | 10110 | 0 | 1001101 | 1101 | 1001101 | 1000111 | 110101 |
Color Harmonies of #ADDD33
Complementary color
Monochromatic Colors of #ADDD33
Black with #ADDD33
Text Example
Text Example
White with #ADDD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDD33; }
p { color: rgb(173,221,51); }
H1.HeaderClassName
{
color: #ADDD33;
}
.AnyTagClassName
{
color: #ADDD33;
}
</style>
background-color css
<style>
a { background-color: #ADDD33; }
a { background-color: rgb(173,221,51); }
div.DivClassName
{
background-color: #ADDD33;
}
.BgClassName
{
background-color: #ADDD33;
}
</style>
border-color css
<style>
span { border-color: #ADDD33; }
span { border-color: rgb(173,221,51); }
td.TdClassName
{
border-color: #ADDD33;
}
.TagClassName
{
border-color: #ADDD33;
}
</style>