Shades of Atlantis #8DF34D
Tints of Atlantis #8DF34D
RGB
CMYK
RGB Variations
Color information
#8DF34D (or 0x8DF34D) is known color: Atlantis. HEX triplet: 8D, F3 and 4D. RGB value is (141,243,77). Sum of RGB (Red+Green+Blue) = 141+243+77=461 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.59% from 461); Green value is 243 (95.31% from 255 or 52.71% from 461); Blue value is 77 (30.47% from 255 or 16.70% from 461); Max value from RGB is 243 - color contains mainly: green. Hex color #8DF34D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DF34D is #720CB2. Grayscale: #C2C2C2. Windows color (decimal): -7474355 or 5108621. OLE color: 5108621.
HSL color Cylindrical-coordinate representation of color #8DF34D: hue angle of 96.87º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8DF34D is Cyan = 0.42, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 243 | 77 | - |
| CMYK | 0.42 | 0 | 0.68 | 0.05 |
| HSL | 96.87º | 0.87% | 0.63% | - |
| HSV(B) | 96.87º | 0.68% | 0.95% | - |
| XYZ | 44.37 | 70.3 | 18.25 | - |
| YUV | 193.58 | 62.21 | 90.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 243 | 77 | 0.42 | 0 | 0.68 | 0.05 | 96.87 | 0.87 | 0.63 |
| Hex | 8D | F3 | 4D | 2A | 0 | 44 | 5 | 61 | 57 | 3F |
| Octal | 215 | 363 | 115 | 52 | 0 | 104 | 5 | 141 | 127 | 77 |
| Binary | 10001101 | 11110011 | 1001101 | 101010 | 0 | 1000100 | 101 | 1100001 | 1010111 | 111111 |
Color Harmonies of #8DF34D
Complementary color
Monochromatic Colors of #8DF34D
Black with #8DF34D
Text Example
Text Example
White with #8DF34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF34D; }
p { color: rgb(141,243,77); }
H1.HeaderClassName
{
color: #8DF34D;
}
.AnyTagClassName
{
color: #8DF34D;
}
</style>
background-color css
<style>
a { background-color: #8DF34D; }
a { background-color: rgb(141,243,77); }
div.DivClassName
{
background-color: #8DF34D;
}
.BgClassName
{
background-color: #8DF34D;
}
</style>
border-color css
<style>
span { border-color: #8DF34D; }
span { border-color: rgb(141,243,77); }
td.TdClassName
{
border-color: #8DF34D;
}
.TagClassName
{
border-color: #8DF34D;
}
</style>