Shades of Atlantis #8EDB44
Tints of Atlantis #8EDB44
RGB
CMYK
RGB Variations
Color information
#8EDB44 (or 0x8EDB44) is known color: Atlantis. HEX triplet: 8E, DB and 44. RGB value is (142,219,68). Sum of RGB (Red+Green+Blue) = 142+219+68=429 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.10% from 429); Green value is 219 (85.94% from 255 or 51.05% from 429); Blue value is 68 (26.95% from 255 or 15.85% from 429); Max value from RGB is 219 - color contains mainly: green. Hex color #8EDB44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EDB44 is #7124BB. Grayscale: #B3B3B3. Windows color (decimal): -7414972 or 4512654. OLE color: 4512654.
HSL color Cylindrical-coordinate representation of color #8EDB44: hue angle of 90.6º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8EDB44 is Cyan = 0.35, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 219 | 68 | - |
| CMYK | 0.35 | 0 | 0.69 | 0.14 |
| HSL | 90.6º | 0.68% | 0.56% | - |
| HSV(B) | 90.6º | 0.69% | 0.86% | - |
| XYZ | 37.53 | 56.83 | 14.46 | - |
| YUV | 178.76 | 65.49 | 101.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 219 | 68 | 0.35 | 0 | 0.69 | 0.14 | 90.6 | 0.68 | 0.56 |
| Hex | 8E | DB | 44 | 23 | 0 | 45 | E | 5B | 44 | 38 |
| Octal | 216 | 333 | 104 | 43 | 0 | 105 | 16 | 133 | 104 | 70 |
| Binary | 10001110 | 11011011 | 1000100 | 100011 | 0 | 1000101 | 1110 | 1011011 | 1000100 | 111000 |
Color Harmonies of #8EDB44
Complementary color
Monochromatic Colors of #8EDB44
Black with #8EDB44
Text Example
Text Example
White with #8EDB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDB44; }
p { color: rgb(142,219,68); }
H1.HeaderClassName
{
color: #8EDB44;
}
.AnyTagClassName
{
color: #8EDB44;
}
</style>
background-color css
<style>
a { background-color: #8EDB44; }
a { background-color: rgb(142,219,68); }
div.DivClassName
{
background-color: #8EDB44;
}
.BgClassName
{
background-color: #8EDB44;
}
</style>
border-color css
<style>
span { border-color: #8EDB44; }
span { border-color: rgb(142,219,68); }
td.TdClassName
{
border-color: #8EDB44;
}
.TagClassName
{
border-color: #8EDB44;
}
</style>