Shades of Atlantis #8DE332
Tints of Atlantis #8DE332
RGB
CMYK
RGB Variations
Color information
#8DE332 (or 0x8DE332) is known color: Atlantis. HEX triplet: 8D, E3 and 32. RGB value is (141,227,50). Sum of RGB (Red+Green+Blue) = 141+227+50=418 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.73% from 418); Green value is 227 (89.06% from 255 or 54.31% from 418); Blue value is 50 (19.92% from 255 or 11.96% from 418); Max value from RGB is 227 - color contains mainly: green. Hex color #8DE332 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DE332 is #721CCD. Grayscale: #B5B5B5. Windows color (decimal): -7478478 or 3335053. OLE color: 3335053.
HSL color Cylindrical-coordinate representation of color #8DE332: hue angle of 89.15º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8DE332 is Cyan = 0.38, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 141 | 227 | 50 | - |
| CMYK | 0.38 | 0 | 0.78 | 0.11 |
| HSL | 89.15º | 0.76% | 0.54% | - |
| HSV(B) | 89.15º | 0.78% | 0.89% | - |
| XYZ | 39.03 | 60.83 | 12.7 | - |
| YUV | 181.11 | 54.01 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 227 | 50 | 0.38 | 0 | 0.78 | 0.11 | 89.15 | 0.76 | 0.54 |
| Hex | 8D | E3 | 32 | 26 | 0 | 4E | B | 59 | 4C | 36 |
| Octal | 215 | 343 | 62 | 46 | 0 | 116 | 13 | 131 | 114 | 66 |
| Binary | 10001101 | 11100011 | 110010 | 100110 | 0 | 1001110 | 1011 | 1011001 | 1001100 | 110110 |
Color Harmonies of #8DE332
Complementary color
Monochromatic Colors of #8DE332
Black with #8DE332
Text Example
Text Example
White with #8DE332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DE332; }
p { color: rgb(141,227,50); }
H1.HeaderClassName
{
color: #8DE332;
}
.AnyTagClassName
{
color: #8DE332;
}
</style>
background-color css
<style>
a { background-color: #8DE332; }
a { background-color: rgb(141,227,50); }
div.DivClassName
{
background-color: #8DE332;
}
.BgClassName
{
background-color: #8DE332;
}
</style>
border-color css
<style>
span { border-color: #8DE332; }
span { border-color: rgb(141,227,50); }
td.TdClassName
{
border-color: #8DE332;
}
.TagClassName
{
border-color: #8DE332;
}
</style>