Shades of Atlantis #8EE250
Tints of Atlantis #8EE250
RGB
CMYK
RGB Variations
Color information
#8EE250 (or 0x8EE250) is known color: Atlantis. HEX triplet: 8E, E2 and 50. RGB value is (142,226,80). Sum of RGB (Red+Green+Blue) = 142+226+80=448 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.70% from 448); Green value is 226 (88.67% from 255 or 50.45% from 448); Blue value is 80 (31.64% from 255 or 17.86% from 448); Max value from RGB is 226 - color contains mainly: green. Hex color #8EE250 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EE250 is #711DAF. Grayscale: #B8B8B8. Windows color (decimal): -7413168 or 5300878. OLE color: 5300878.
HSL color Cylindrical-coordinate representation of color #8EE250: hue angle of 94.52º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8EE250 is Cyan = 0.37, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 142 | 226 | 80 | - |
| CMYK | 0.37 | 0 | 0.65 | 0.11 |
| HSL | 94.52º | 0.72% | 0.6% | - |
| HSV(B) | 94.52º | 0.65% | 0.89% | - |
| XYZ | 39.8 | 60.72 | 17.21 | - |
| YUV | 184.24 | 69.17 | 97.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 226 | 80 | 0.37 | 0 | 0.65 | 0.11 | 94.52 | 0.72 | 0.6 |
| Hex | 8E | E2 | 50 | 25 | 0 | 41 | B | 5F | 48 | 3C |
| Octal | 216 | 342 | 120 | 45 | 0 | 101 | 13 | 137 | 110 | 74 |
| Binary | 10001110 | 11100010 | 1010000 | 100101 | 0 | 1000001 | 1011 | 1011111 | 1001000 | 111100 |
Color Harmonies of #8EE250
Complementary color
Monochromatic Colors of #8EE250
Black with #8EE250
Text Example
Text Example
White with #8EE250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE250; }
p { color: rgb(142,226,80); }
H1.HeaderClassName
{
color: #8EE250;
}
.AnyTagClassName
{
color: #8EE250;
}
</style>
background-color css
<style>
a { background-color: #8EE250; }
a { background-color: rgb(142,226,80); }
div.DivClassName
{
background-color: #8EE250;
}
.BgClassName
{
background-color: #8EE250;
}
</style>
border-color css
<style>
span { border-color: #8EE250; }
span { border-color: rgb(142,226,80); }
td.TdClassName
{
border-color: #8EE250;
}
.TagClassName
{
border-color: #8EE250;
}
</style>