Shades of Atlantis #8DEE34
Tints of Atlantis #8DEE34
RGB
CMYK
RGB Variations
Color information
#8DEE34 (or 0x8DEE34) is known color: Atlantis. HEX triplet: 8D, EE and 34. RGB value is (141,238,52). Sum of RGB (Red+Green+Blue) = 141+238+52=431 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.71% from 431); Green value is 238 (93.36% from 255 or 55.22% from 431); Blue value is 52 (20.70% from 255 or 12.06% from 431); Max value from RGB is 238 - color contains mainly: green. Hex color #8DEE34 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8DEE34 is #7211CB. Grayscale: #BCBCBC. Windows color (decimal): -7475660 or 3468941. OLE color: 3468941.
HSL color Cylindrical-coordinate representation of color #8DEE34: hue angle of 91.29º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8DEE34 is Cyan = 0.41, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 238 | 52 | - |
| CMYK | 0.41 | 0 | 0.78 | 0.07 |
| HSL | 91.29º | 0.85% | 0.57% | - |
| HSV(B) | 91.29º | 0.78% | 0.93% | - |
| XYZ | 42.18 | 67.06 | 13.97 | - |
| YUV | 187.79 | 51.36 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 238 | 52 | 0.41 | 0 | 0.78 | 0.07 | 91.29 | 0.85 | 0.57 |
| Hex | 8D | EE | 34 | 29 | 0 | 4E | 7 | 5B | 55 | 39 |
| Octal | 215 | 356 | 64 | 51 | 0 | 116 | 7 | 133 | 125 | 71 |
| Binary | 10001101 | 11101110 | 110100 | 101001 | 0 | 1001110 | 111 | 1011011 | 1010101 | 111001 |
Color Harmonies of #8DEE34
Complementary color
Monochromatic Colors of #8DEE34
Black with #8DEE34
Text Example
Text Example
White with #8DEE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEE34; }
p { color: rgb(141,238,52); }
H1.HeaderClassName
{
color: #8DEE34;
}
.AnyTagClassName
{
color: #8DEE34;
}
</style>
background-color css
<style>
a { background-color: #8DEE34; }
a { background-color: rgb(141,238,52); }
div.DivClassName
{
background-color: #8DEE34;
}
.BgClassName
{
background-color: #8DEE34;
}
</style>
border-color css
<style>
span { border-color: #8DEE34; }
span { border-color: rgb(141,238,52); }
td.TdClassName
{
border-color: #8DEE34;
}
.TagClassName
{
border-color: #8DEE34;
}
</style>