Shades of Atlantis #8FEE50
Tints of Atlantis #8FEE50
RGB
CMYK
RGB Variations
Color information
#8FEE50 (or 0x8FEE50) is known color: Atlantis. HEX triplet: 8F, EE and 50. RGB value is (143,238,80). Sum of RGB (Red+Green+Blue) = 143+238+80=461 (61% of max value = 765). Red value is 143 (56.25% from 255 or 31.02% from 461); Green value is 238 (93.36% from 255 or 51.63% from 461); Blue value is 80 (31.64% from 255 or 17.35% from 461); Max value from RGB is 238 - color contains mainly: green. Hex color #8FEE50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8FEE50 is #7011AF. Grayscale: #C0C0C0. Windows color (decimal): -7344560 or 5303951. OLE color: 5303951.
HSL color Cylindrical-coordinate representation of color #8FEE50: hue angle of 96.08º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8FEE50 is Cyan = 0.40, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 238 | 80 | - |
| CMYK | 0.40 | 0 | 0.66 | 0.07 |
| HSL | 96.08º | 0.82% | 0.62% | - |
| HSV(B) | 96.08º | 0.66% | 0.93% | - |
| XYZ | 43.35 | 67.57 | 18.35 | - |
| YUV | 191.58 | 65.03 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 238 | 80 | 0.40 | 0 | 0.66 | 0.07 | 96.08 | 0.82 | 0.62 |
| Hex | 8F | EE | 50 | 28 | 0 | 42 | 7 | 60 | 52 | 3E |
| Octal | 217 | 356 | 120 | 50 | 0 | 102 | 7 | 140 | 122 | 76 |
| Binary | 10001111 | 11101110 | 1010000 | 101000 | 0 | 1000010 | 111 | 1100000 | 1010010 | 111110 |
Color Harmonies of #8FEE50
Complementary color
Monochromatic Colors of #8FEE50
Black with #8FEE50
Text Example
Text Example
White with #8FEE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEE50; }
p { color: rgb(143,238,80); }
H1.HeaderClassName
{
color: #8FEE50;
}
.AnyTagClassName
{
color: #8FEE50;
}
</style>
background-color css
<style>
a { background-color: #8FEE50; }
a { background-color: rgb(143,238,80); }
div.DivClassName
{
background-color: #8FEE50;
}
.BgClassName
{
background-color: #8FEE50;
}
</style>
border-color css
<style>
span { border-color: #8FEE50; }
span { border-color: rgb(143,238,80); }
td.TdClassName
{
border-color: #8FEE50;
}
.TagClassName
{
border-color: #8FEE50;
}
</style>