Shades of Atlantis #ADD83F
Tints of Atlantis #ADD83F
RGB
CMYK
RGB Variations
Color information
#ADD83F (or 0xADD83F) is known color: Atlantis. HEX triplet: AD, D8 and 3F. RGB value is (173,216,63). Sum of RGB (Red+Green+Blue) = 173+216+63=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 216 (84.77% from 255 or 47.79% from 452); Blue value is 63 (25% from 255 or 13.94% from 452); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD83F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD83F is #5227C0. Grayscale: #BABABA. Windows color (decimal): -5384129 or 4184237. OLE color: 4184237.
HSL color Cylindrical-coordinate representation of color #ADD83F: hue angle of 76.86º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ADD83F is Cyan = 0.20, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 216 | 63 | - |
| CMYK | 0.20 | 0 | 0.71 | 0.15 |
| HSL | 76.86º | 0.66% | 0.55% | - |
| HSV(B) | 76.86º | 0.71% | 0.85% | - |
| XYZ | 42.69 | 58.35 | 13.72 | - |
| YUV | 185.7 | 58.75 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 216 | 63 | 0.20 | 0 | 0.71 | 0.15 | 76.86 | 0.66 | 0.55 |
| Hex | AD | D8 | 3F | 14 | 0 | 47 | F | 4D | 42 | 37 |
| Octal | 255 | 330 | 77 | 24 | 0 | 107 | 17 | 115 | 102 | 67 |
| Binary | 10101101 | 11011000 | 111111 | 10100 | 0 | 1000111 | 1111 | 1001101 | 1000010 | 110111 |
Color Harmonies of #ADD83F
Complementary color
Monochromatic Colors of #ADD83F
Black with #ADD83F
Text Example
Text Example
White with #ADD83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD83F; }
p { color: rgb(173,216,63); }
H1.HeaderClassName
{
color: #ADD83F;
}
.AnyTagClassName
{
color: #ADD83F;
}
</style>
background-color css
<style>
a { background-color: #ADD83F; }
a { background-color: rgb(173,216,63); }
div.DivClassName
{
background-color: #ADD83F;
}
.BgClassName
{
background-color: #ADD83F;
}
</style>
border-color css
<style>
span { border-color: #ADD83F; }
span { border-color: rgb(173,216,63); }
td.TdClassName
{
border-color: #ADD83F;
}
.TagClassName
{
border-color: #ADD83F;
}
</style>