Shades of Atlantis #8DEF3A
Tints of Atlantis #8DEF3A
RGB
CMYK
RGB Variations
Color information
#8DEF3A (or 0x8DEF3A) is known color: Atlantis. HEX triplet: 8D, EF and 3A. RGB value is (141,239,58). Sum of RGB (Red+Green+Blue) = 141+239+58=438 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.19% from 438); Green value is 239 (93.75% from 255 or 54.57% from 438); Blue value is 58 (23.05% from 255 or 13.24% from 438); Max value from RGB is 239 - color contains mainly: green. Hex color #8DEF3A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8DEF3A is #7210C5. Grayscale: #BDBDBD. Windows color (decimal): -7475398 or 3862413. OLE color: 3862413.
HSL color Cylindrical-coordinate representation of color #8DEF3A: hue angle of 92.49º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8DEF3A is Cyan = 0.41, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 141 | 239 | 58 | - |
| CMYK | 0.41 | 0 | 0.76 | 0.06 |
| HSL | 92.49º | 0.85% | 0.58% | - |
| HSV(B) | 92.49º | 0.76% | 0.94% | - |
| XYZ | 42.61 | 67.7 | 14.82 | - |
| YUV | 189.06 | 54.03 | 93.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 239 | 58 | 0.41 | 0 | 0.76 | 0.06 | 92.49 | 0.85 | 0.58 |
| Hex | 8D | EF | 3A | 29 | 0 | 4C | 6 | 5C | 55 | 3A |
| Octal | 215 | 357 | 72 | 51 | 0 | 114 | 6 | 134 | 125 | 72 |
| Binary | 10001101 | 11101111 | 111010 | 101001 | 0 | 1001100 | 110 | 1011100 | 1010101 | 111010 |
Color Harmonies of #8DEF3A
Complementary color
Monochromatic Colors of #8DEF3A
Black with #8DEF3A
Text Example
Text Example
White with #8DEF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEF3A; }
p { color: rgb(141,239,58); }
H1.HeaderClassName
{
color: #8DEF3A;
}
.AnyTagClassName
{
color: #8DEF3A;
}
</style>
background-color css
<style>
a { background-color: #8DEF3A; }
a { background-color: rgb(141,239,58); }
div.DivClassName
{
background-color: #8DEF3A;
}
.BgClassName
{
background-color: #8DEF3A;
}
</style>
border-color css
<style>
span { border-color: #8DEF3A; }
span { border-color: rgb(141,239,58); }
td.TdClassName
{
border-color: #8DEF3A;
}
.TagClassName
{
border-color: #8DEF3A;
}
</style>