Shades of Atlantis #ADD433
Tints of Atlantis #ADD433
RGB
CMYK
RGB Variations
Color information
#ADD433 (or 0xADD433) is known color: Atlantis. HEX triplet: AD, D4 and 33. RGB value is (173,212,51). Sum of RGB (Red+Green+Blue) = 173+212+51=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 212 (83.20% from 255 or 48.62% from 436); Blue value is 51 (20.31% from 255 or 11.70% from 436); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD433 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD433 is #522BCC. Grayscale: #B6B6B6. Windows color (decimal): -5385165 or 3396781. OLE color: 3396781.
HSL color Cylindrical-coordinate representation of color #ADD433: hue angle of 74.53º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ADD433 is Cyan = 0.18, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 212 | 51 | - |
| CMYK | 0.18 | 0 | 0.76 | 0.17 |
| HSL | 74.53º | 0.65% | 0.52% | - |
| HSV(B) | 74.53º | 0.76% | 0.83% | - |
| XYZ | 41.37 | 56.21 | 11.8 | - |
| YUV | 181.99 | 54.08 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 212 | 51 | 0.18 | 0 | 0.76 | 0.17 | 74.53 | 0.65 | 0.52 |
| Hex | AD | D4 | 33 | 12 | 0 | 4C | 11 | 4B | 41 | 34 |
| Octal | 255 | 324 | 63 | 22 | 0 | 114 | 21 | 113 | 101 | 64 |
| Binary | 10101101 | 11010100 | 110011 | 10010 | 0 | 1001100 | 10001 | 1001011 | 1000001 | 110100 |
Color Harmonies of #ADD433
Complementary color
Monochromatic Colors of #ADD433
Black with #ADD433
Text Example
Text Example
White with #ADD433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD433; }
p { color: rgb(173,212,51); }
H1.HeaderClassName
{
color: #ADD433;
}
.AnyTagClassName
{
color: #ADD433;
}
</style>
background-color css
<style>
a { background-color: #ADD433; }
a { background-color: rgb(173,212,51); }
div.DivClassName
{
background-color: #ADD433;
}
.BgClassName
{
background-color: #ADD433;
}
</style>
border-color css
<style>
span { border-color: #ADD433; }
span { border-color: rgb(173,212,51); }
td.TdClassName
{
border-color: #ADD433;
}
.TagClassName
{
border-color: #ADD433;
}
</style>