Shades of Atlantis #ADD83D
Tints of Atlantis #ADD83D
RGB
CMYK
RGB Variations
Color information
#ADD83D (or 0xADD83D) is known color: Atlantis. HEX triplet: AD, D8 and 3D. RGB value is (173,216,61). Sum of RGB (Red+Green+Blue) = 173+216+61=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 216 (84.77% from 255 or 48% from 450); Blue value is 61 (24.22% from 255 or 13.56% from 450); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD83D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD83D is #5227C2. Grayscale: #BABABA. Windows color (decimal): -5384131 or 4053165. OLE color: 4053165.
HSL color Cylindrical-coordinate representation of color #ADD83D: hue angle of 76.65º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ADD83D is Cyan = 0.20, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 216 | 61 | - |
| CMYK | 0.20 | 0 | 0.72 | 0.15 |
| HSL | 76.65º | 0.67% | 0.54% | - |
| HSV(B) | 76.65º | 0.72% | 0.85% | - |
| XYZ | 42.63 | 58.33 | 13.43 | - |
| YUV | 185.47 | 57.75 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 216 | 61 | 0.20 | 0 | 0.72 | 0.15 | 76.65 | 0.67 | 0.54 |
| Hex | AD | D8 | 3D | 14 | 0 | 48 | F | 4D | 43 | 36 |
| Octal | 255 | 330 | 75 | 24 | 0 | 110 | 17 | 115 | 103 | 66 |
| Binary | 10101101 | 11011000 | 111101 | 10100 | 0 | 1001000 | 1111 | 1001101 | 1000011 | 110110 |
Color Harmonies of #ADD83D
Complementary color
Monochromatic Colors of #ADD83D
Black with #ADD83D
Text Example
Text Example
White with #ADD83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD83D; }
p { color: rgb(173,216,61); }
H1.HeaderClassName
{
color: #ADD83D;
}
.AnyTagClassName
{
color: #ADD83D;
}
</style>
background-color css
<style>
a { background-color: #ADD83D; }
a { background-color: rgb(173,216,61); }
div.DivClassName
{
background-color: #ADD83D;
}
.BgClassName
{
background-color: #ADD83D;
}
</style>
border-color css
<style>
span { border-color: #ADD83D; }
span { border-color: rgb(173,216,61); }
td.TdClassName
{
border-color: #ADD83D;
}
.TagClassName
{
border-color: #ADD83D;
}
</style>