Shades of Atlantis #8DE336
Tints of Atlantis #8DE336
RGB
CMYK
RGB Variations
Color information
#8DE336 (or 0x8DE336) is known color: Atlantis. HEX triplet: 8D, E3 and 36. RGB value is (141,227,54). Sum of RGB (Red+Green+Blue) = 141+227+54=422 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.41% from 422); Green value is 227 (89.06% from 255 or 53.79% from 422); Blue value is 54 (21.48% from 255 or 12.80% from 422); Max value from RGB is 227 - color contains mainly: green. Hex color #8DE336 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DE336 is #721CC9. Grayscale: #B6B6B6. Windows color (decimal): -7478474 or 3597197. OLE color: 3597197.
HSL color Cylindrical-coordinate representation of color #8DE336: hue angle of 89.83º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8DE336 is Cyan = 0.38, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 141 | 227 | 54 | - |
| CMYK | 0.38 | 0 | 0.76 | 0.11 |
| HSL | 89.83º | 0.76% | 0.55% | - |
| HSV(B) | 89.83º | 0.76% | 0.89% | - |
| XYZ | 39.12 | 60.87 | 13.18 | - |
| YUV | 181.56 | 56.01 | 99.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 227 | 54 | 0.38 | 0 | 0.76 | 0.11 | 89.83 | 0.76 | 0.55 |
| Hex | 8D | E3 | 36 | 26 | 0 | 4C | B | 5A | 4C | 37 |
| Octal | 215 | 343 | 66 | 46 | 0 | 114 | 13 | 132 | 114 | 67 |
| Binary | 10001101 | 11100011 | 110110 | 100110 | 0 | 1001100 | 1011 | 1011010 | 1001100 | 110111 |
Color Harmonies of #8DE336
Complementary color
Monochromatic Colors of #8DE336
Black with #8DE336
Text Example
Text Example
White with #8DE336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DE336; }
p { color: rgb(141,227,54); }
H1.HeaderClassName
{
color: #8DE336;
}
.AnyTagClassName
{
color: #8DE336;
}
</style>
background-color css
<style>
a { background-color: #8DE336; }
a { background-color: rgb(141,227,54); }
div.DivClassName
{
background-color: #8DE336;
}
.BgClassName
{
background-color: #8DE336;
}
</style>
border-color css
<style>
span { border-color: #8DE336; }
span { border-color: rgb(141,227,54); }
td.TdClassName
{
border-color: #8DE336;
}
.TagClassName
{
border-color: #8DE336;
}
</style>