Shades of Atlantis #8FDF4E
Tints of Atlantis #8FDF4E
RGB
CMYK
RGB Variations
Color information
#8FDF4E (or 0x8FDF4E) is known color: Atlantis. HEX triplet: 8F, DF and 4E. RGB value is (143,223,78). Sum of RGB (Red+Green+Blue) = 143+223+78=444 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.21% from 444); Green value is 223 (87.5% from 255 or 50.23% from 444); Blue value is 78 (30.86% from 255 or 17.57% from 444); Max value from RGB is 223 - color contains mainly: green. Hex color #8FDF4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FDF4E is #7020B1. Grayscale: #B7B7B7. Windows color (decimal): -7348402 or 5169039. OLE color: 5169039.
HSL color Cylindrical-coordinate representation of color #8FDF4E: hue angle of 93.1º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8FDF4E is Cyan = 0.36, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 223 | 78 | - |
| CMYK | 0.36 | 0 | 0.65 | 0.13 |
| HSL | 93.1º | 0.69% | 0.59% | - |
| HSV(B) | 93.1º | 0.65% | 0.87% | - |
| XYZ | 39.09 | 59.17 | 16.57 | - |
| YUV | 182.55 | 69 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 223 | 78 | 0.36 | 0 | 0.65 | 0.13 | 93.1 | 0.69 | 0.59 |
| Hex | 8F | DF | 4E | 24 | 0 | 41 | D | 5D | 45 | 3B |
| Octal | 217 | 337 | 116 | 44 | 0 | 101 | 15 | 135 | 105 | 73 |
| Binary | 10001111 | 11011111 | 1001110 | 100100 | 0 | 1000001 | 1101 | 1011101 | 1000101 | 111011 |
Color Harmonies of #8FDF4E
Complementary color
Monochromatic Colors of #8FDF4E
Black with #8FDF4E
Text Example
Text Example
White with #8FDF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDF4E; }
p { color: rgb(143,223,78); }
H1.HeaderClassName
{
color: #8FDF4E;
}
.AnyTagClassName
{
color: #8FDF4E;
}
</style>
background-color css
<style>
a { background-color: #8FDF4E; }
a { background-color: rgb(143,223,78); }
div.DivClassName
{
background-color: #8FDF4E;
}
.BgClassName
{
background-color: #8FDF4E;
}
</style>
border-color css
<style>
span { border-color: #8FDF4E; }
span { border-color: rgb(143,223,78); }
td.TdClassName
{
border-color: #8FDF4E;
}
.TagClassName
{
border-color: #8FDF4E;
}
</style>