Shades of Atlantis #8DEE32
Tints of Atlantis #8DEE32
RGB
CMYK
RGB Variations
Color information
#8DEE32 (or 0x8DEE32) is known color: Atlantis. HEX triplet: 8D, EE and 32. RGB value is (141,238,50). Sum of RGB (Red+Green+Blue) = 141+238+50=429 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.87% from 429); Green value is 238 (93.36% from 255 or 55.48% from 429); Blue value is 50 (19.92% from 255 or 11.66% from 429); Max value from RGB is 238 - color contains mainly: green. Hex color #8DEE32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8DEE32 is #7211CD. Grayscale: #BCBCBC. Windows color (decimal): -7475662 or 3337869. OLE color: 3337869.
HSL color Cylindrical-coordinate representation of color #8DEE32: hue angle of 90.96º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8DEE32 is Cyan = 0.41, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 238 | 50 | - |
| CMYK | 0.41 | 0 | 0.79 | 0.07 |
| HSL | 90.96º | 0.85% | 0.56% | - |
| HSV(B) | 90.96º | 0.79% | 0.93% | - |
| XYZ | 42.13 | 67.04 | 13.74 | - |
| YUV | 187.57 | 50.36 | 94.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 238 | 50 | 0.41 | 0 | 0.79 | 0.07 | 90.96 | 0.85 | 0.56 |
| Hex | 8D | EE | 32 | 29 | 0 | 4F | 7 | 5B | 55 | 38 |
| Octal | 215 | 356 | 62 | 51 | 0 | 117 | 7 | 133 | 125 | 70 |
| Binary | 10001101 | 11101110 | 110010 | 101001 | 0 | 1001111 | 111 | 1011011 | 1010101 | 111000 |
Color Harmonies of #8DEE32
Complementary color
Monochromatic Colors of #8DEE32
Black with #8DEE32
Text Example
Text Example
White with #8DEE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEE32; }
p { color: rgb(141,238,50); }
H1.HeaderClassName
{
color: #8DEE32;
}
.AnyTagClassName
{
color: #8DEE32;
}
</style>
background-color css
<style>
a { background-color: #8DEE32; }
a { background-color: rgb(141,238,50); }
div.DivClassName
{
background-color: #8DEE32;
}
.BgClassName
{
background-color: #8DEE32;
}
</style>
border-color css
<style>
span { border-color: #8DEE32; }
span { border-color: rgb(141,238,50); }
td.TdClassName
{
border-color: #8DEE32;
}
.TagClassName
{
border-color: #8DEE32;
}
</style>