Shades of Atlantis #ADD633
Tints of Atlantis #ADD633
RGB
CMYK
RGB Variations
Color information
#ADD633 (or 0xADD633) is known color: Atlantis. HEX triplet: AD, D6 and 33. RGB value is (173,214,51). Sum of RGB (Red+Green+Blue) = 173+214+51=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 214 (83.98% from 255 or 48.86% from 438); Blue value is 51 (20.31% from 255 or 11.64% from 438); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD633 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD633 is #5229CC. Grayscale: #B7B7B7. Windows color (decimal): -5384653 or 3397293. OLE color: 3397293.
HSL color Cylindrical-coordinate representation of color #ADD633: hue angle of 75.09º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ADD633 is Cyan = 0.19, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 214 | 51 | - |
| CMYK | 0.19 | 0 | 0.76 | 0.16 |
| HSL | 75.09º | 0.67% | 0.52% | - |
| HSV(B) | 75.09º | 0.76% | 0.84% | - |
| XYZ | 41.88 | 57.22 | 11.97 | - |
| YUV | 183.16 | 53.42 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 214 | 51 | 0.19 | 0 | 0.76 | 0.16 | 75.09 | 0.67 | 0.52 |
| Hex | AD | D6 | 33 | 13 | 0 | 4C | 10 | 4B | 43 | 34 |
| Octal | 255 | 326 | 63 | 23 | 0 | 114 | 20 | 113 | 103 | 64 |
| Binary | 10101101 | 11010110 | 110011 | 10011 | 0 | 1001100 | 10000 | 1001011 | 1000011 | 110100 |
Color Harmonies of #ADD633
Complementary color
Monochromatic Colors of #ADD633
Black with #ADD633
Text Example
Text Example
White with #ADD633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD633; }
p { color: rgb(173,214,51); }
H1.HeaderClassName
{
color: #ADD633;
}
.AnyTagClassName
{
color: #ADD633;
}
</style>
background-color css
<style>
a { background-color: #ADD633; }
a { background-color: rgb(173,214,51); }
div.DivClassName
{
background-color: #ADD633;
}
.BgClassName
{
background-color: #ADD633;
}
</style>
border-color css
<style>
span { border-color: #ADD633; }
span { border-color: rgb(173,214,51); }
td.TdClassName
{
border-color: #ADD633;
}
.TagClassName
{
border-color: #ADD633;
}
</style>