Shades of Atlantis #8FEB3E
Tints of Atlantis #8FEB3E
RGB
CMYK
RGB Variations
Color information
#8FEB3E (or 0x8FEB3E) is known color: Atlantis. HEX triplet: 8F, EB and 3E. RGB value is (143,235,62). Sum of RGB (Red+Green+Blue) = 143+235+62=440 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.5% from 440); Green value is 235 (92.19% from 255 or 53.41% from 440); Blue value is 62 (24.61% from 255 or 14.09% from 440); Max value from RGB is 235 - color contains mainly: green. Hex color #8FEB3E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8FEB3E is #7014C1. Grayscale: #BCBCBC. Windows color (decimal): -7345346 or 4123535. OLE color: 4123535.
HSL color Cylindrical-coordinate representation of color #8FEB3E: hue angle of 91.91º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8FEB3E is Cyan = 0.39, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 235 | 62 | - |
| CMYK | 0.39 | 0 | 0.74 | 0.08 |
| HSL | 91.91º | 0.81% | 0.58% | - |
| HSV(B) | 91.91º | 0.74% | 0.92% | - |
| XYZ | 41.91 | 65.6 | 15.01 | - |
| YUV | 187.77 | 57.02 | 96.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 235 | 62 | 0.39 | 0 | 0.74 | 0.08 | 91.91 | 0.81 | 0.58 |
| Hex | 8F | EB | 3E | 27 | 0 | 4A | 8 | 5C | 51 | 3A |
| Octal | 217 | 353 | 76 | 47 | 0 | 112 | 10 | 134 | 121 | 72 |
| Binary | 10001111 | 11101011 | 111110 | 100111 | 0 | 1001010 | 1000 | 1011100 | 1010001 | 111010 |
Color Harmonies of #8FEB3E
Complementary color
Monochromatic Colors of #8FEB3E
Black with #8FEB3E
Text Example
Text Example
White with #8FEB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEB3E; }
p { color: rgb(143,235,62); }
H1.HeaderClassName
{
color: #8FEB3E;
}
.AnyTagClassName
{
color: #8FEB3E;
}
</style>
background-color css
<style>
a { background-color: #8FEB3E; }
a { background-color: rgb(143,235,62); }
div.DivClassName
{
background-color: #8FEB3E;
}
.BgClassName
{
background-color: #8FEB3E;
}
</style>
border-color css
<style>
span { border-color: #8FEB3E; }
span { border-color: rgb(143,235,62); }
td.TdClassName
{
border-color: #8FEB3E;
}
.TagClassName
{
border-color: #8FEB3E;
}
</style>