Shades of Atlantis #8DE348
Tints of Atlantis #8DE348
RGB
CMYK
RGB Variations
Color information
#8DE348 (or 0x8DE348) is known color: Atlantis. HEX triplet: 8D, E3 and 48. RGB value is (141,227,72). Sum of RGB (Red+Green+Blue) = 141+227+72=440 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.05% from 440); Green value is 227 (89.06% from 255 or 51.59% from 440); Blue value is 72 (28.52% from 255 or 16.36% from 440); Max value from RGB is 227 - color contains mainly: green. Hex color #8DE348 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DE348 is #721CB7. Grayscale: #B8B8B8. Windows color (decimal): -7478456 or 4776845. OLE color: 4776845.
HSL color Cylindrical-coordinate representation of color #8DE348: hue angle of 93.29º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8DE348 is Cyan = 0.38, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 141 | 227 | 72 | - |
| CMYK | 0.38 | 0 | 0.68 | 0.11 |
| HSL | 93.29º | 0.73% | 0.59% | - |
| HSV(B) | 93.29º | 0.68% | 0.89% | - |
| XYZ | 39.62 | 61.07 | 15.83 | - |
| YUV | 183.62 | 65.01 | 97.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 227 | 72 | 0.38 | 0 | 0.68 | 0.11 | 93.29 | 0.73 | 0.59 |
| Hex | 8D | E3 | 48 | 26 | 0 | 44 | B | 5D | 49 | 3B |
| Octal | 215 | 343 | 110 | 46 | 0 | 104 | 13 | 135 | 111 | 73 |
| Binary | 10001101 | 11100011 | 1001000 | 100110 | 0 | 1000100 | 1011 | 1011101 | 1001001 | 111011 |
Color Harmonies of #8DE348
Complementary color
Monochromatic Colors of #8DE348
Black with #8DE348
Text Example
Text Example
White with #8DE348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DE348; }
p { color: rgb(141,227,72); }
H1.HeaderClassName
{
color: #8DE348;
}
.AnyTagClassName
{
color: #8DE348;
}
</style>
background-color css
<style>
a { background-color: #8DE348; }
a { background-color: rgb(141,227,72); }
div.DivClassName
{
background-color: #8DE348;
}
.BgClassName
{
background-color: #8DE348;
}
</style>
border-color css
<style>
span { border-color: #8DE348; }
span { border-color: rgb(141,227,72); }
td.TdClassName
{
border-color: #8DE348;
}
.TagClassName
{
border-color: #8DE348;
}
</style>