Shades of Atlantis #ADD933
Tints of Atlantis #ADD933
RGB
CMYK
RGB Variations
Color information
#ADD933 (or 0xADD933) is known color: Atlantis. HEX triplet: AD, D9 and 33. RGB value is (173,217,51). Sum of RGB (Red+Green+Blue) = 173+217+51=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 217 (85.16% from 255 or 49.21% from 441); Blue value is 51 (20.31% from 255 or 11.56% from 441); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD933 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD933 is #5226CC. Grayscale: #B9B9B9. Windows color (decimal): -5383885 or 3398061. OLE color: 3398061.
HSL color Cylindrical-coordinate representation of color #ADD933: hue angle of 75.9º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ADD933 is Cyan = 0.20, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 217 | 51 | - |
| CMYK | 0.20 | 0 | 0.76 | 0.15 |
| HSL | 75.9º | 0.69% | 0.53% | - |
| HSV(B) | 75.9º | 0.76% | 0.85% | - |
| XYZ | 42.64 | 58.75 | 12.22 | - |
| YUV | 184.92 | 52.42 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 217 | 51 | 0.20 | 0 | 0.76 | 0.15 | 75.9 | 0.69 | 0.53 |
| Hex | AD | D9 | 33 | 14 | 0 | 4C | F | 4C | 45 | 35 |
| Octal | 255 | 331 | 63 | 24 | 0 | 114 | 17 | 114 | 105 | 65 |
| Binary | 10101101 | 11011001 | 110011 | 10100 | 0 | 1001100 | 1111 | 1001100 | 1000101 | 110101 |
Color Harmonies of #ADD933
Complementary color
Monochromatic Colors of #ADD933
Black with #ADD933
Text Example
Text Example
White with #ADD933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD933; }
p { color: rgb(173,217,51); }
H1.HeaderClassName
{
color: #ADD933;
}
.AnyTagClassName
{
color: #ADD933;
}
</style>
background-color css
<style>
a { background-color: #ADD933; }
a { background-color: rgb(173,217,51); }
div.DivClassName
{
background-color: #ADD933;
}
.BgClassName
{
background-color: #ADD933;
}
</style>
border-color css
<style>
span { border-color: #ADD933; }
span { border-color: rgb(173,217,51); }
td.TdClassName
{
border-color: #ADD933;
}
.TagClassName
{
border-color: #ADD933;
}
</style>