Shades of Atlantis #8FEF4E
Tints of Atlantis #8FEF4E
RGB
CMYK
RGB Variations
Color information
#8FEF4E (or 0x8FEF4E) is known color: Atlantis. HEX triplet: 8F, EF and 4E. RGB value is (143,239,78). Sum of RGB (Red+Green+Blue) = 143+239+78=460 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.09% from 460); Green value is 239 (93.75% from 255 or 51.96% from 460); Blue value is 78 (30.86% from 255 or 16.96% from 460); Max value from RGB is 239 - color contains mainly: green. Hex color #8FEF4E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8FEF4E is #7010B1. Grayscale: #C0C0C0. Windows color (decimal): -7344306 or 5173135. OLE color: 5173135.
HSL color Cylindrical-coordinate representation of color #8FEF4E: hue angle of 95.78º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8FEF4E is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 239 | 78 | - |
| CMYK | 0.40 | 0 | 0.67 | 0.06 |
| HSL | 95.78º | 0.83% | 0.62% | - |
| HSV(B) | 95.78º | 0.67% | 0.94% | - |
| XYZ | 43.57 | 68.12 | 18.06 | - |
| YUV | 191.94 | 63.7 | 93.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 239 | 78 | 0.40 | 0 | 0.67 | 0.06 | 95.78 | 0.83 | 0.62 |
| Hex | 8F | EF | 4E | 28 | 0 | 43 | 6 | 60 | 53 | 3E |
| Octal | 217 | 357 | 116 | 50 | 0 | 103 | 6 | 140 | 123 | 76 |
| Binary | 10001111 | 11101111 | 1001110 | 101000 | 0 | 1000011 | 110 | 1100000 | 1010011 | 111110 |
Color Harmonies of #8FEF4E
Complementary color
Monochromatic Colors of #8FEF4E
Black with #8FEF4E
Text Example
Text Example
White with #8FEF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEF4E; }
p { color: rgb(143,239,78); }
H1.HeaderClassName
{
color: #8FEF4E;
}
.AnyTagClassName
{
color: #8FEF4E;
}
</style>
background-color css
<style>
a { background-color: #8FEF4E; }
a { background-color: rgb(143,239,78); }
div.DivClassName
{
background-color: #8FEF4E;
}
.BgClassName
{
background-color: #8FEF4E;
}
</style>
border-color css
<style>
span { border-color: #8FEF4E; }
span { border-color: rgb(143,239,78); }
td.TdClassName
{
border-color: #8FEF4E;
}
.TagClassName
{
border-color: #8FEF4E;
}
</style>