Shades of Atlantis #8FE353
Tints of Atlantis #8FE353
RGB
CMYK
RGB Variations
Color information
#8FE353 (or 0x8FE353) is known color: Atlantis. HEX triplet: 8F, E3 and 53. RGB value is (143,227,83). Sum of RGB (Red+Green+Blue) = 143+227+83=453 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.57% from 453); Green value is 227 (89.06% from 255 or 50.11% from 453); Blue value is 83 (32.81% from 255 or 18.32% from 453); Max value from RGB is 227 - color contains mainly: green. Hex color #8FE353 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FE353 is #701CAC. Grayscale: #B9B9B9. Windows color (decimal): -7347373 or 5497743. OLE color: 5497743.
HSL color Cylindrical-coordinate representation of color #8FE353: hue angle of 95º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8FE353 is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 143 | 227 | 83 | - |
| CMYK | 0.37 | 0 | 0.63 | 0.11 |
| HSL | 95º | 0.72% | 0.61% | - |
| HSV(B) | 95º | 0.63% | 0.89% | - |
| XYZ | 40.36 | 61.4 | 17.91 | - |
| YUV | 185.47 | 70.17 | 97.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 227 | 83 | 0.37 | 0 | 0.63 | 0.11 | 95 | 0.72 | 0.61 |
| Hex | 8F | E3 | 53 | 25 | 0 | 3F | B | 5F | 48 | 3D |
| Octal | 217 | 343 | 123 | 45 | 0 | 77 | 13 | 137 | 110 | 75 |
| Binary | 10001111 | 11100011 | 1010011 | 100101 | 0 | 111111 | 1011 | 1011111 | 1001000 | 111101 |
Color Harmonies of #8FE353
Complementary color
Monochromatic Colors of #8FE353
Black with #8FE353
Text Example
Text Example
White with #8FE353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE353; }
p { color: rgb(143,227,83); }
H1.HeaderClassName
{
color: #8FE353;
}
.AnyTagClassName
{
color: #8FE353;
}
</style>
background-color css
<style>
a { background-color: #8FE353; }
a { background-color: rgb(143,227,83); }
div.DivClassName
{
background-color: #8FE353;
}
.BgClassName
{
background-color: #8FE353;
}
</style>
border-color css
<style>
span { border-color: #8FE353; }
span { border-color: rgb(143,227,83); }
td.TdClassName
{
border-color: #8FE353;
}
.TagClassName
{
border-color: #8FE353;
}
</style>