Shades of Atlantis #ADD33D
Tints of Atlantis #ADD33D
RGB
CMYK
RGB Variations
Color information
#ADD33D (or 0xADD33D) is known color: Atlantis. HEX triplet: AD, D3 and 3D. RGB value is (173,211,61). Sum of RGB (Red+Green+Blue) = 173+211+61=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 211 (82.81% from 255 or 47.42% from 445); Blue value is 61 (24.22% from 255 or 13.71% from 445); Max value from RGB is 211 - color contains mainly: green. Hex color #ADD33D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD33D is #522CC2. Grayscale: #B7B7B7. Windows color (decimal): -5385411 or 4051885. OLE color: 4051885.
HSL color Cylindrical-coordinate representation of color #ADD33D: hue angle of 75.2º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ADD33D is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 211 | 61 | - |
| CMYK | 0.18 | 0 | 0.71 | 0.17 |
| HSL | 75.2º | 0.63% | 0.53% | - |
| HSV(B) | 75.2º | 0.71% | 0.83% | - |
| XYZ | 41.37 | 55.81 | 13.01 | - |
| YUV | 182.54 | 59.41 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 211 | 61 | 0.18 | 0 | 0.71 | 0.17 | 75.2 | 0.63 | 0.53 |
| Hex | AD | D3 | 3D | 12 | 0 | 47 | 11 | 4B | 3F | 35 |
| Octal | 255 | 323 | 75 | 22 | 0 | 107 | 21 | 113 | 77 | 65 |
| Binary | 10101101 | 11010011 | 111101 | 10010 | 0 | 1000111 | 10001 | 1001011 | 111111 | 110101 |
Color Harmonies of #ADD33D
Complementary color
Monochromatic Colors of #ADD33D
Black with #ADD33D
Text Example
Text Example
White with #ADD33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD33D; }
p { color: rgb(173,211,61); }
H1.HeaderClassName
{
color: #ADD33D;
}
.AnyTagClassName
{
color: #ADD33D;
}
</style>
background-color css
<style>
a { background-color: #ADD33D; }
a { background-color: rgb(173,211,61); }
div.DivClassName
{
background-color: #ADD33D;
}
.BgClassName
{
background-color: #ADD33D;
}
</style>
border-color css
<style>
span { border-color: #ADD33D; }
span { border-color: rgb(173,211,61); }
td.TdClassName
{
border-color: #ADD33D;
}
.TagClassName
{
border-color: #ADD33D;
}
</style>