Shades of Atlantis #8FE53D
Tints of Atlantis #8FE53D
RGB
CMYK
RGB Variations
Color information
#8FE53D (or 0x8FE53D) is known color: Atlantis. HEX triplet: 8F, E5 and 3D. RGB value is (143,229,61). Sum of RGB (Red+Green+Blue) = 143+229+61=433 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.03% from 433); Green value is 229 (89.84% from 255 or 52.89% from 433); Blue value is 61 (24.22% from 255 or 14.09% from 433); Max value from RGB is 229 - color contains mainly: green. Hex color #8FE53D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FE53D is #701AC2. Grayscale: #B8B8B8. Windows color (decimal): -7346883 or 4056463. OLE color: 4056463.
HSL color Cylindrical-coordinate representation of color #8FE53D: hue angle of 90.71º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8FE53D is Cyan = 0.38, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 143 | 229 | 61 | - |
| CMYK | 0.38 | 0 | 0.73 | 0.10 |
| HSL | 90.71º | 0.76% | 0.57% | - |
| HSV(B) | 90.71º | 0.73% | 0.9% | - |
| XYZ | 40.19 | 62.22 | 14.31 | - |
| YUV | 184.13 | 58.51 | 98.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 229 | 61 | 0.38 | 0 | 0.73 | 0.10 | 90.71 | 0.76 | 0.57 |
| Hex | 8F | E5 | 3D | 26 | 0 | 49 | A | 5B | 4C | 39 |
| Octal | 217 | 345 | 75 | 46 | 0 | 111 | 12 | 133 | 114 | 71 |
| Binary | 10001111 | 11100101 | 111101 | 100110 | 0 | 1001001 | 1010 | 1011011 | 1001100 | 111001 |
Color Harmonies of #8FE53D
Complementary color
Monochromatic Colors of #8FE53D
Black with #8FE53D
Text Example
Text Example
White with #8FE53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE53D; }
p { color: rgb(143,229,61); }
H1.HeaderClassName
{
color: #8FE53D;
}
.AnyTagClassName
{
color: #8FE53D;
}
</style>
background-color css
<style>
a { background-color: #8FE53D; }
a { background-color: rgb(143,229,61); }
div.DivClassName
{
background-color: #8FE53D;
}
.BgClassName
{
background-color: #8FE53D;
}
</style>
border-color css
<style>
span { border-color: #8FE53D; }
span { border-color: rgb(143,229,61); }
td.TdClassName
{
border-color: #8FE53D;
}
.TagClassName
{
border-color: #8FE53D;
}
</style>