Shades of Atlantis #8DEE33
Tints of Atlantis #8DEE33
RGB
CMYK
RGB Variations
Color information
#8DEE33 (or 0x8DEE33) is known color: Atlantis. HEX triplet: 8D, EE and 33. RGB value is (141,238,51). Sum of RGB (Red+Green+Blue) = 141+238+51=430 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.79% from 430); Green value is 238 (93.36% from 255 or 55.35% from 430); Blue value is 51 (20.31% from 255 or 11.86% from 430); Max value from RGB is 238 - color contains mainly: green. Hex color #8DEE33 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8DEE33 is #7211CC. Grayscale: #BCBCBC. Windows color (decimal): -7475661 or 3403405. OLE color: 3403405.
HSL color Cylindrical-coordinate representation of color #8DEE33: hue angle of 91.12º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8DEE33 is Cyan = 0.41, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 238 | 51 | - |
| CMYK | 0.41 | 0 | 0.79 | 0.07 |
| HSL | 91.12º | 0.85% | 0.57% | - |
| HSV(B) | 91.12º | 0.79% | 0.93% | - |
| XYZ | 42.16 | 67.05 | 13.85 | - |
| YUV | 187.68 | 50.86 | 94.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 238 | 51 | 0.41 | 0 | 0.79 | 0.07 | 91.12 | 0.85 | 0.57 |
| Hex | 8D | EE | 33 | 29 | 0 | 4F | 7 | 5B | 55 | 39 |
| Octal | 215 | 356 | 63 | 51 | 0 | 117 | 7 | 133 | 125 | 71 |
| Binary | 10001101 | 11101110 | 110011 | 101001 | 0 | 1001111 | 111 | 1011011 | 1010101 | 111001 |
Color Harmonies of #8DEE33
Complementary color
Monochromatic Colors of #8DEE33
Black with #8DEE33
Text Example
Text Example
White with #8DEE33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEE33; }
p { color: rgb(141,238,51); }
H1.HeaderClassName
{
color: #8DEE33;
}
.AnyTagClassName
{
color: #8DEE33;
}
</style>
background-color css
<style>
a { background-color: #8DEE33; }
a { background-color: rgb(141,238,51); }
div.DivClassName
{
background-color: #8DEE33;
}
.BgClassName
{
background-color: #8DEE33;
}
</style>
border-color css
<style>
span { border-color: #8DEE33; }
span { border-color: rgb(141,238,51); }
td.TdClassName
{
border-color: #8DEE33;
}
.TagClassName
{
border-color: #8DEE33;
}
</style>