Shades of Atlantis #ADDB38
Tints of Atlantis #ADDB38
RGB
CMYK
RGB Variations
Color information
#ADDB38 (or 0xADDB38) is known color: Atlantis. HEX triplet: AD, DB and 38. RGB value is (173,219,56). Sum of RGB (Red+Green+Blue) = 173+219+56=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 219 (85.94% from 255 or 48.88% from 448); Blue value is 56 (22.27% from 255 or 12.5% from 448); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDB38 is #5224C7. Grayscale: #BBBBBB. Windows color (decimal): -5383368 or 3726253. OLE color: 3726253.
HSL color Cylindrical-coordinate representation of color #ADDB38: hue angle of 76.93º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ADDB38 is Cyan = 0.21, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 219 | 56 | - |
| CMYK | 0.21 | 0 | 0.74 | 0.14 |
| HSL | 76.93º | 0.69% | 0.54% | - |
| HSV(B) | 76.93º | 0.74% | 0.86% | - |
| XYZ | 43.28 | 59.83 | 13.01 | - |
| YUV | 186.66 | 54.26 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 219 | 56 | 0.21 | 0 | 0.74 | 0.14 | 76.93 | 0.69 | 0.54 |
| Hex | AD | DB | 38 | 15 | 0 | 4A | E | 4D | 45 | 36 |
| Octal | 255 | 333 | 70 | 25 | 0 | 112 | 16 | 115 | 105 | 66 |
| Binary | 10101101 | 11011011 | 111000 | 10101 | 0 | 1001010 | 1110 | 1001101 | 1000101 | 110110 |
Color Harmonies of #ADDB38
Complementary color
Monochromatic Colors of #ADDB38
Black with #ADDB38
Text Example
Text Example
White with #ADDB38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDB38; }
p { color: rgb(173,219,56); }
H1.HeaderClassName
{
color: #ADDB38;
}
.AnyTagClassName
{
color: #ADDB38;
}
</style>
background-color css
<style>
a { background-color: #ADDB38; }
a { background-color: rgb(173,219,56); }
div.DivClassName
{
background-color: #ADDB38;
}
.BgClassName
{
background-color: #ADDB38;
}
</style>
border-color css
<style>
span { border-color: #ADDB38; }
span { border-color: rgb(173,219,56); }
td.TdClassName
{
border-color: #ADDB38;
}
.TagClassName
{
border-color: #ADDB38;
}
</style>