Shades of Atlantis #8DE938
Tints of Atlantis #8DE938
RGB
CMYK
RGB Variations
Color information
#8DE938 (or 0x8DE938) is known color: Atlantis. HEX triplet: 8D, E9 and 38. RGB value is (141,233,56). Sum of RGB (Red+Green+Blue) = 141+233+56=430 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.79% from 430); Green value is 233 (91.41% from 255 or 54.19% from 430); Blue value is 56 (22.27% from 255 or 13.02% from 430); Max value from RGB is 233 - color contains mainly: green. Hex color #8DE938 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8DE938 is #7216C7. Grayscale: #B9B9B9. Windows color (decimal): -7476936 or 3729805. OLE color: 3729805.
HSL color Cylindrical-coordinate representation of color #8DE938: hue angle of 91.19º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8DE938 is Cyan = 0.39, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 141 | 233 | 56 | - |
| CMYK | 0.39 | 0 | 0.76 | 0.09 |
| HSL | 91.19º | 0.8% | 0.57% | - |
| HSV(B) | 91.19º | 0.76% | 0.91% | - |
| XYZ | 40.84 | 64.23 | 13.99 | - |
| YUV | 185.31 | 55.02 | 96.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 233 | 56 | 0.39 | 0 | 0.76 | 0.09 | 91.19 | 0.8 | 0.57 |
| Hex | 8D | E9 | 38 | 27 | 0 | 4C | 9 | 5B | 50 | 39 |
| Octal | 215 | 351 | 70 | 47 | 0 | 114 | 11 | 133 | 120 | 71 |
| Binary | 10001101 | 11101001 | 111000 | 100111 | 0 | 1001100 | 1001 | 1011011 | 1010000 | 111001 |
Color Harmonies of #8DE938
Complementary color
Monochromatic Colors of #8DE938
Black with #8DE938
Text Example
Text Example
White with #8DE938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DE938; }
p { color: rgb(141,233,56); }
H1.HeaderClassName
{
color: #8DE938;
}
.AnyTagClassName
{
color: #8DE938;
}
</style>
background-color css
<style>
a { background-color: #8DE938; }
a { background-color: rgb(141,233,56); }
div.DivClassName
{
background-color: #8DE938;
}
.BgClassName
{
background-color: #8DE938;
}
</style>
border-color css
<style>
span { border-color: #8DE938; }
span { border-color: rgb(141,233,56); }
td.TdClassName
{
border-color: #8DE938;
}
.TagClassName
{
border-color: #8DE938;
}
</style>