Shades of Atlantis #8DED50
Tints of Atlantis #8DED50
RGB
CMYK
RGB Variations
Color information
#8DED50 (or 0x8DED50) is known color: Atlantis. HEX triplet: 8D, ED and 50. RGB value is (141,237,80). Sum of RGB (Red+Green+Blue) = 141+237+80=458 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.79% from 458); Green value is 237 (92.97% from 255 or 51.75% from 458); Blue value is 80 (31.64% from 255 or 17.47% from 458); Max value from RGB is 237 - color contains mainly: green. Hex color #8DED50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DED50 is #7212AF. Grayscale: #BEBEBE. Windows color (decimal): -7475888 or 5303693. OLE color: 5303693.
HSL color Cylindrical-coordinate representation of color #8DED50: hue angle of 96.69º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8DED50 is Cyan = 0.41, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 237 | 80 | - |
| CMYK | 0.41 | 0 | 0.66 | 0.07 |
| HSL | 96.69º | 0.81% | 0.62% | - |
| HSV(B) | 96.69º | 0.66% | 0.93% | - |
| XYZ | 42.72 | 66.81 | 18.23 | - |
| YUV | 190.4 | 65.7 | 92.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 237 | 80 | 0.41 | 0 | 0.66 | 0.07 | 96.69 | 0.81 | 0.62 |
| Hex | 8D | ED | 50 | 29 | 0 | 42 | 7 | 61 | 51 | 3E |
| Octal | 215 | 355 | 120 | 51 | 0 | 102 | 7 | 141 | 121 | 76 |
| Binary | 10001101 | 11101101 | 1010000 | 101001 | 0 | 1000010 | 111 | 1100001 | 1010001 | 111110 |
Color Harmonies of #8DED50
Complementary color
Monochromatic Colors of #8DED50
Black with #8DED50
Text Example
Text Example
White with #8DED50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DED50; }
p { color: rgb(141,237,80); }
H1.HeaderClassName
{
color: #8DED50;
}
.AnyTagClassName
{
color: #8DED50;
}
</style>
background-color css
<style>
a { background-color: #8DED50; }
a { background-color: rgb(141,237,80); }
div.DivClassName
{
background-color: #8DED50;
}
.BgClassName
{
background-color: #8DED50;
}
</style>
border-color css
<style>
span { border-color: #8DED50; }
span { border-color: rgb(141,237,80); }
td.TdClassName
{
border-color: #8DED50;
}
.TagClassName
{
border-color: #8DED50;
}
</style>