Shades of Atlantis #8DED38
Tints of Atlantis #8DED38
RGB
CMYK
RGB Variations
Color information
#8DED38 (or 0x8DED38) is known color: Atlantis. HEX triplet: 8D, ED and 38. RGB value is (141,237,56). Sum of RGB (Red+Green+Blue) = 141+237+56=434 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.49% from 434); Green value is 237 (92.97% from 255 or 54.61% from 434); Blue value is 56 (22.27% from 255 or 12.90% from 434); Max value from RGB is 237 - color contains mainly: green. Hex color #8DED38 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8DED38 is #7212C7. Grayscale: #BCBCBC. Windows color (decimal): -7475912 or 3730829. OLE color: 3730829.
HSL color Cylindrical-coordinate representation of color #8DED38: hue angle of 91.82º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8DED38 is Cyan = 0.41, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 237 | 56 | - |
| CMYK | 0.41 | 0 | 0.76 | 0.07 |
| HSL | 91.82º | 0.83% | 0.57% | - |
| HSV(B) | 91.82º | 0.76% | 0.93% | - |
| XYZ | 41.98 | 66.52 | 14.37 | - |
| YUV | 187.66 | 53.7 | 94.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 237 | 56 | 0.41 | 0 | 0.76 | 0.07 | 91.82 | 0.83 | 0.57 |
| Hex | 8D | ED | 38 | 29 | 0 | 4C | 7 | 5C | 53 | 39 |
| Octal | 215 | 355 | 70 | 51 | 0 | 114 | 7 | 134 | 123 | 71 |
| Binary | 10001101 | 11101101 | 111000 | 101001 | 0 | 1001100 | 111 | 1011100 | 1010011 | 111001 |
Color Harmonies of #8DED38
Complementary color
Monochromatic Colors of #8DED38
Black with #8DED38
Text Example
Text Example
White with #8DED38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DED38; }
p { color: rgb(141,237,56); }
H1.HeaderClassName
{
color: #8DED38;
}
.AnyTagClassName
{
color: #8DED38;
}
</style>
background-color css
<style>
a { background-color: #8DED38; }
a { background-color: rgb(141,237,56); }
div.DivClassName
{
background-color: #8DED38;
}
.BgClassName
{
background-color: #8DED38;
}
</style>
border-color css
<style>
span { border-color: #8DED38; }
span { border-color: rgb(141,237,56); }
td.TdClassName
{
border-color: #8DED38;
}
.TagClassName
{
border-color: #8DED38;
}
</style>