Shades of Atlantis #8FEF4F
Tints of Atlantis #8FEF4F
RGB
CMYK
RGB Variations
Color information
#8FEF4F (or 0x8FEF4F) is known color: Atlantis. HEX triplet: 8F, EF and 4F. RGB value is (143,239,79). Sum of RGB (Red+Green+Blue) = 143+239+79=461 (61% of max value = 765). Red value is 143 (56.25% from 255 or 31.02% from 461); Green value is 239 (93.75% from 255 or 51.84% from 461); Blue value is 79 (31.25% from 255 or 17.14% from 461); Max value from RGB is 239 - color contains mainly: green. Hex color #8FEF4F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8FEF4F is #7010B0. Grayscale: #C0C0C0. Windows color (decimal): -7344305 or 5238671. OLE color: 5238671.
HSL color Cylindrical-coordinate representation of color #8FEF4F: hue angle of 96º 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 #8FEF4F is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 239 | 79 | - |
| CMYK | 0.40 | 0 | 0.67 | 0.06 |
| HSL | 96º | 0.83% | 0.62% | - |
| HSV(B) | 96º | 0.67% | 0.94% | - |
| XYZ | 43.61 | 68.14 | 18.25 | - |
| YUV | 192.06 | 64.2 | 93.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 239 | 79 | 0.40 | 0 | 0.67 | 0.06 | 96 | 0.83 | 0.62 |
| Hex | 8F | EF | 4F | 28 | 0 | 43 | 6 | 60 | 53 | 3E |
| Octal | 217 | 357 | 117 | 50 | 0 | 103 | 6 | 140 | 123 | 76 |
| Binary | 10001111 | 11101111 | 1001111 | 101000 | 0 | 1000011 | 110 | 1100000 | 1010011 | 111110 |
Color Harmonies of #8FEF4F
Complementary color
Monochromatic Colors of #8FEF4F
Black with #8FEF4F
Text Example
Text Example
White with #8FEF4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEF4F; }
p { color: rgb(143,239,79); }
H1.HeaderClassName
{
color: #8FEF4F;
}
.AnyTagClassName
{
color: #8FEF4F;
}
</style>
background-color css
<style>
a { background-color: #8FEF4F; }
a { background-color: rgb(143,239,79); }
div.DivClassName
{
background-color: #8FEF4F;
}
.BgClassName
{
background-color: #8FEF4F;
}
</style>
border-color css
<style>
span { border-color: #8FEF4F; }
span { border-color: rgb(143,239,79); }
td.TdClassName
{
border-color: #8FEF4F;
}
.TagClassName
{
border-color: #8FEF4F;
}
</style>