Shades of Atlantis #8DEE4E
Tints of Atlantis #8DEE4E
RGB
CMYK
RGB Variations
Color information
#8DEE4E (or 0x8DEE4E) is known color: Atlantis. HEX triplet: 8D, EE and 4E. RGB value is (141,238,78). Sum of RGB (Red+Green+Blue) = 141+238+78=457 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.85% from 457); Green value is 238 (93.36% from 255 or 52.08% from 457); Blue value is 78 (30.86% from 255 or 17.07% from 457); Max value from RGB is 238 - color contains mainly: green. Hex color #8DEE4E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DEE4E is #7211B1. Grayscale: #BFBFBF. Windows color (decimal): -7475634 or 5172877. OLE color: 5172877.
HSL color Cylindrical-coordinate representation of color #8DEE4E: hue angle of 96.38º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8DEE4E is Cyan = 0.41, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 238 | 78 | - |
| CMYK | 0.41 | 0 | 0.67 | 0.07 |
| HSL | 96.38º | 0.82% | 0.62% | - |
| HSV(B) | 96.38º | 0.67% | 0.93% | - |
| XYZ | 42.93 | 67.36 | 17.95 | - |
| YUV | 190.76 | 64.36 | 92.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 238 | 78 | 0.41 | 0 | 0.67 | 0.07 | 96.38 | 0.82 | 0.62 |
| Hex | 8D | EE | 4E | 29 | 0 | 43 | 7 | 60 | 52 | 3E |
| Octal | 215 | 356 | 116 | 51 | 0 | 103 | 7 | 140 | 122 | 76 |
| Binary | 10001101 | 11101110 | 1001110 | 101001 | 0 | 1000011 | 111 | 1100000 | 1010010 | 111110 |
Color Harmonies of #8DEE4E
Complementary color
Monochromatic Colors of #8DEE4E
Black with #8DEE4E
Text Example
Text Example
White with #8DEE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEE4E; }
p { color: rgb(141,238,78); }
H1.HeaderClassName
{
color: #8DEE4E;
}
.AnyTagClassName
{
color: #8DEE4E;
}
</style>
background-color css
<style>
a { background-color: #8DEE4E; }
a { background-color: rgb(141,238,78); }
div.DivClassName
{
background-color: #8DEE4E;
}
.BgClassName
{
background-color: #8DEE4E;
}
</style>
border-color css
<style>
span { border-color: #8DEE4E; }
span { border-color: rgb(141,238,78); }
td.TdClassName
{
border-color: #8DEE4E;
}
.TagClassName
{
border-color: #8DEE4E;
}
</style>