Shades of Atlantis #8FF34D
Tints of Atlantis #8FF34D
RGB
CMYK
RGB Variations
Color information
#8FF34D (or 0x8FF34D) is known color: Atlantis. HEX triplet: 8F, F3 and 4D. RGB value is (143,243,77). Sum of RGB (Red+Green+Blue) = 143+243+77=463 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.89% from 463); Green value is 243 (95.31% from 255 or 52.48% from 463); Blue value is 77 (30.47% from 255 or 16.63% from 463); Max value from RGB is 243 - color contains mainly: green. Hex color #8FF34D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8FF34D is #700CB2. Grayscale: #C2C2C2. Windows color (decimal): -7343283 or 5108623. OLE color: 5108623.
HSL color Cylindrical-coordinate representation of color #8FF34D: hue angle of 96.14º 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 #8FF34D is Cyan = 0.41, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 143 | 243 | 77 | - |
| CMYK | 0.41 | 0 | 0.68 | 0.05 |
| HSL | 96.14º | 0.87% | 0.63% | - |
| HSV(B) | 96.14º | 0.68% | 0.95% | - |
| XYZ | 44.72 | 70.48 | 18.27 | - |
| YUV | 194.18 | 61.87 | 91.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 243 | 77 | 0.41 | 0 | 0.68 | 0.05 | 96.14 | 0.87 | 0.63 |
| Hex | 8F | F3 | 4D | 29 | 0 | 44 | 5 | 60 | 57 | 3F |
| Octal | 217 | 363 | 115 | 51 | 0 | 104 | 5 | 140 | 127 | 77 |
| Binary | 10001111 | 11110011 | 1001101 | 101001 | 0 | 1000100 | 101 | 1100000 | 1010111 | 111111 |
Color Harmonies of #8FF34D
Complementary color
Monochromatic Colors of #8FF34D
Black with #8FF34D
Text Example
Text Example
White with #8FF34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF34D; }
p { color: rgb(143,243,77); }
H1.HeaderClassName
{
color: #8FF34D;
}
.AnyTagClassName
{
color: #8FF34D;
}
</style>
background-color css
<style>
a { background-color: #8FF34D; }
a { background-color: rgb(143,243,77); }
div.DivClassName
{
background-color: #8FF34D;
}
.BgClassName
{
background-color: #8FF34D;
}
</style>
border-color css
<style>
span { border-color: #8FF34D; }
span { border-color: rgb(143,243,77); }
td.TdClassName
{
border-color: #8FF34D;
}
.TagClassName
{
border-color: #8FF34D;
}
</style>