Shades of Atlantis #ADDB33
Tints of Atlantis #ADDB33
RGB
CMYK
RGB Variations
Color information
#ADDB33 (or 0xADDB33) is known color: Atlantis. HEX triplet: AD, DB and 33. RGB value is (173,219,51). Sum of RGB (Red+Green+Blue) = 173+219+51=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 219 (85.94% from 255 or 49.44% from 443); Blue value is 51 (20.31% from 255 or 11.51% from 443); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDB33 is #5224CC. Grayscale: #BABABA. Windows color (decimal): -5383373 or 3398573. OLE color: 3398573.
HSL color Cylindrical-coordinate representation of color #ADDB33: hue angle of 76.43º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ADDB33 is Cyan = 0.21, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 219 | 51 | - |
| CMYK | 0.21 | 0 | 0.77 | 0.14 |
| HSL | 76.43º | 0.7% | 0.53% | - |
| HSV(B) | 76.43º | 0.77% | 0.86% | - |
| XYZ | 43.16 | 59.79 | 12.4 | - |
| YUV | 186.09 | 51.76 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 219 | 51 | 0.21 | 0 | 0.77 | 0.14 | 76.43 | 0.7 | 0.53 |
| Hex | AD | DB | 33 | 15 | 0 | 4D | E | 4C | 46 | 35 |
| Octal | 255 | 333 | 63 | 25 | 0 | 115 | 16 | 114 | 106 | 65 |
| Binary | 10101101 | 11011011 | 110011 | 10101 | 0 | 1001101 | 1110 | 1001100 | 1000110 | 110101 |
Color Harmonies of #ADDB33
Complementary color
Monochromatic Colors of #ADDB33
Black with #ADDB33
Text Example
Text Example
White with #ADDB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDB33; }
p { color: rgb(173,219,51); }
H1.HeaderClassName
{
color: #ADDB33;
}
.AnyTagClassName
{
color: #ADDB33;
}
</style>
background-color css
<style>
a { background-color: #ADDB33; }
a { background-color: rgb(173,219,51); }
div.DivClassName
{
background-color: #ADDB33;
}
.BgClassName
{
background-color: #ADDB33;
}
</style>
border-color css
<style>
span { border-color: #ADDB33; }
span { border-color: rgb(173,219,51); }
td.TdClassName
{
border-color: #ADDB33;
}
.TagClassName
{
border-color: #ADDB33;
}
</style>