Shades of Atlantis #8FE253
Tints of Atlantis #8FE253
RGB
CMYK
RGB Variations
Color information
#8FE253 (or 0x8FE253) is known color: Atlantis. HEX triplet: 8F, E2 and 53. RGB value is (143,226,83). Sum of RGB (Red+Green+Blue) = 143+226+83=452 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.64% from 452); Green value is 226 (88.67% from 255 or 50% from 452); Blue value is 83 (32.81% from 255 or 18.36% from 452); Max value from RGB is 226 - color contains mainly: green. Hex color #8FE253 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FE253 is #701DAC. Grayscale: #B9B9B9. Windows color (decimal): -7347629 or 5497487. OLE color: 5497487.
HSL color Cylindrical-coordinate representation of color #8FE253: hue angle of 94.83º degrees, saturation: 0.71, 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 #8FE253 is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 143 | 226 | 83 | - |
| CMYK | 0.37 | 0 | 0.63 | 0.11 |
| HSL | 94.83º | 0.71% | 0.61% | - |
| HSV(B) | 94.83º | 0.63% | 0.89% | - |
| XYZ | 40.09 | 60.86 | 17.82 | - |
| YUV | 184.88 | 70.5 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 226 | 83 | 0.37 | 0 | 0.63 | 0.11 | 94.83 | 0.71 | 0.61 |
| Hex | 8F | E2 | 53 | 25 | 0 | 3F | B | 5F | 47 | 3D |
| Octal | 217 | 342 | 123 | 45 | 0 | 77 | 13 | 137 | 107 | 75 |
| Binary | 10001111 | 11100010 | 1010011 | 100101 | 0 | 111111 | 1011 | 1011111 | 1000111 | 111101 |
Color Harmonies of #8FE253
Complementary color
Monochromatic Colors of #8FE253
Black with #8FE253
Text Example
Text Example
White with #8FE253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE253; }
p { color: rgb(143,226,83); }
H1.HeaderClassName
{
color: #8FE253;
}
.AnyTagClassName
{
color: #8FE253;
}
</style>
background-color css
<style>
a { background-color: #8FE253; }
a { background-color: rgb(143,226,83); }
div.DivClassName
{
background-color: #8FE253;
}
.BgClassName
{
background-color: #8FE253;
}
</style>
border-color css
<style>
span { border-color: #8FE253; }
span { border-color: rgb(143,226,83); }
td.TdClassName
{
border-color: #8FE253;
}
.TagClassName
{
border-color: #8FE253;
}
</style>