Shades of Atlantis #8FE43D
Tints of Atlantis #8FE43D
RGB
CMYK
RGB Variations
Color information
#8FE43D (or 0x8FE43D) is known color: Atlantis. HEX triplet: 8F, E4 and 3D. RGB value is (143,228,61). Sum of RGB (Red+Green+Blue) = 143+228+61=432 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.10% from 432); Green value is 228 (89.45% from 255 or 52.78% from 432); Blue value is 61 (24.22% from 255 or 14.12% from 432); Max value from RGB is 228 - color contains mainly: green. Hex color #8FE43D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FE43D is #701BC2. Grayscale: #B8B8B8. Windows color (decimal): -7347139 or 4056207. OLE color: 4056207.
HSL color Cylindrical-coordinate representation of color #8FE43D: hue angle of 90.54º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8FE43D is Cyan = 0.37, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 143 | 228 | 61 | - |
| CMYK | 0.37 | 0 | 0.73 | 0.11 |
| HSL | 90.54º | 0.76% | 0.57% | - |
| HSV(B) | 90.54º | 0.73% | 0.89% | - |
| XYZ | 39.91 | 61.66 | 14.21 | - |
| YUV | 183.55 | 58.84 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 228 | 61 | 0.37 | 0 | 0.73 | 0.11 | 90.54 | 0.76 | 0.57 |
| Hex | 8F | E4 | 3D | 25 | 0 | 49 | B | 5B | 4C | 39 |
| Octal | 217 | 344 | 75 | 45 | 0 | 111 | 13 | 133 | 114 | 71 |
| Binary | 10001111 | 11100100 | 111101 | 100101 | 0 | 1001001 | 1011 | 1011011 | 1001100 | 111001 |
Color Harmonies of #8FE43D
Complementary color
Monochromatic Colors of #8FE43D
Black with #8FE43D
Text Example
Text Example
White with #8FE43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE43D; }
p { color: rgb(143,228,61); }
H1.HeaderClassName
{
color: #8FE43D;
}
.AnyTagClassName
{
color: #8FE43D;
}
</style>
background-color css
<style>
a { background-color: #8FE43D; }
a { background-color: rgb(143,228,61); }
div.DivClassName
{
background-color: #8FE43D;
}
.BgClassName
{
background-color: #8FE43D;
}
</style>
border-color css
<style>
span { border-color: #8FE43D; }
span { border-color: rgb(143,228,61); }
td.TdClassName
{
border-color: #8FE43D;
}
.TagClassName
{
border-color: #8FE43D;
}
</style>