Shades of Atlantis #8DDE44
Tints of Atlantis #8DDE44
RGB
CMYK
RGB Variations
Color information
#8DDE44 (or 0x8DDE44) is known color: Atlantis. HEX triplet: 8D, DE and 44. RGB value is (141,222,68). Sum of RGB (Red+Green+Blue) = 141+222+68=431 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.71% from 431); Green value is 222 (87.11% from 255 or 51.51% from 431); Blue value is 68 (26.95% from 255 or 15.78% from 431); Max value from RGB is 222 - color contains mainly: green. Hex color #8DDE44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DDE44 is #7221BB. Grayscale: #B4B4B4. Windows color (decimal): -7479740 or 4513421. OLE color: 4513421.
HSL color Cylindrical-coordinate representation of color #8DDE44: hue angle of 91.56º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8DDE44 is Cyan = 0.36, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 222 | 68 | - |
| CMYK | 0.36 | 0 | 0.69 | 0.13 |
| HSL | 91.56º | 0.7% | 0.57% | - |
| HSV(B) | 91.56º | 0.69% | 0.87% | - |
| XYZ | 38.15 | 58.32 | 14.72 | - |
| YUV | 180.23 | 64.66 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 222 | 68 | 0.36 | 0 | 0.69 | 0.13 | 91.56 | 0.7 | 0.57 |
| Hex | 8D | DE | 44 | 24 | 0 | 45 | D | 5C | 46 | 39 |
| Octal | 215 | 336 | 104 | 44 | 0 | 105 | 15 | 134 | 106 | 71 |
| Binary | 10001101 | 11011110 | 1000100 | 100100 | 0 | 1000101 | 1101 | 1011100 | 1000110 | 111001 |
Color Harmonies of #8DDE44
Complementary color
Monochromatic Colors of #8DDE44
Black with #8DDE44
Text Example
Text Example
White with #8DDE44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDE44; }
p { color: rgb(141,222,68); }
H1.HeaderClassName
{
color: #8DDE44;
}
.AnyTagClassName
{
color: #8DDE44;
}
</style>
background-color css
<style>
a { background-color: #8DDE44; }
a { background-color: rgb(141,222,68); }
div.DivClassName
{
background-color: #8DDE44;
}
.BgClassName
{
background-color: #8DDE44;
}
</style>
border-color css
<style>
span { border-color: #8DDE44; }
span { border-color: rgb(141,222,68); }
td.TdClassName
{
border-color: #8DDE44;
}
.TagClassName
{
border-color: #8DDE44;
}
</style>