Shades of Atlantis #8FEE4F
Tints of Atlantis #8FEE4F
RGB
CMYK
RGB Variations
Color information
#8FEE4F (or 0x8FEE4F) is known color: Atlantis. HEX triplet: 8F, EE and 4F. RGB value is (143,238,79). Sum of RGB (Red+Green+Blue) = 143+238+79=460 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.09% from 460); Green value is 238 (93.36% from 255 or 51.74% from 460); Blue value is 79 (31.25% from 255 or 17.17% from 460); Max value from RGB is 238 - color contains mainly: green. Hex color #8FEE4F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8FEE4F is #7011B0. Grayscale: #C0C0C0. Windows color (decimal): -7344561 or 5238415. OLE color: 5238415.
HSL color Cylindrical-coordinate representation of color #8FEE4F: hue angle of 95.85º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8FEE4F is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 238 | 79 | - |
| CMYK | 0.40 | 0 | 0.67 | 0.07 |
| HSL | 95.85º | 0.82% | 0.62% | - |
| HSV(B) | 95.85º | 0.67% | 0.93% | - |
| XYZ | 43.31 | 67.55 | 18.15 | - |
| YUV | 191.47 | 64.53 | 93.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 238 | 79 | 0.40 | 0 | 0.67 | 0.07 | 95.85 | 0.82 | 0.62 |
| Hex | 8F | EE | 4F | 28 | 0 | 43 | 7 | 60 | 52 | 3E |
| Octal | 217 | 356 | 117 | 50 | 0 | 103 | 7 | 140 | 122 | 76 |
| Binary | 10001111 | 11101110 | 1001111 | 101000 | 0 | 1000011 | 111 | 1100000 | 1010010 | 111110 |
Color Harmonies of #8FEE4F
Complementary color
Monochromatic Colors of #8FEE4F
Black with #8FEE4F
Text Example
Text Example
White with #8FEE4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEE4F; }
p { color: rgb(143,238,79); }
H1.HeaderClassName
{
color: #8FEE4F;
}
.AnyTagClassName
{
color: #8FEE4F;
}
</style>
background-color css
<style>
a { background-color: #8FEE4F; }
a { background-color: rgb(143,238,79); }
div.DivClassName
{
background-color: #8FEE4F;
}
.BgClassName
{
background-color: #8FEE4F;
}
</style>
border-color css
<style>
span { border-color: #8FEE4F; }
span { border-color: rgb(143,238,79); }
td.TdClassName
{
border-color: #8FEE4F;
}
.TagClassName
{
border-color: #8FEE4F;
}
</style>