Shades of Atlantis #8FE33E
Tints of Atlantis #8FE33E
RGB
CMYK
RGB Variations
Color information
#8FE33E (or 0x8FE33E) is known color: Atlantis. HEX triplet: 8F, E3 and 3E. RGB value is (143,227,62). Sum of RGB (Red+Green+Blue) = 143+227+62=432 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.10% from 432); Green value is 227 (89.06% from 255 or 52.55% from 432); Blue value is 62 (24.61% from 255 or 14.35% from 432); Max value from RGB is 227 - color contains mainly: green. Hex color #8FE33E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FE33E is #701CC1. Grayscale: #B7B7B7. Windows color (decimal): -7347394 or 4121487. OLE color: 4121487.
HSL color Cylindrical-coordinate representation of color #8FE33E: hue angle of 90.55º degrees, saturation: 0.75, 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 #8FE33E is Cyan = 0.37, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 143 | 227 | 62 | - |
| CMYK | 0.37 | 0 | 0.73 | 0.11 |
| HSL | 90.55º | 0.75% | 0.57% | - |
| HSV(B) | 90.55º | 0.73% | 0.89% | - |
| XYZ | 39.67 | 61.13 | 14.27 | - |
| YUV | 183.07 | 59.67 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 227 | 62 | 0.37 | 0 | 0.73 | 0.11 | 90.55 | 0.75 | 0.57 |
| Hex | 8F | E3 | 3E | 25 | 0 | 49 | B | 5B | 4B | 39 |
| Octal | 217 | 343 | 76 | 45 | 0 | 111 | 13 | 133 | 113 | 71 |
| Binary | 10001111 | 11100011 | 111110 | 100101 | 0 | 1001001 | 1011 | 1011011 | 1001011 | 111001 |
Color Harmonies of #8FE33E
Complementary color
Monochromatic Colors of #8FE33E
Black with #8FE33E
Text Example
Text Example
White with #8FE33E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE33E; }
p { color: rgb(143,227,62); }
H1.HeaderClassName
{
color: #8FE33E;
}
.AnyTagClassName
{
color: #8FE33E;
}
</style>
background-color css
<style>
a { background-color: #8FE33E; }
a { background-color: rgb(143,227,62); }
div.DivClassName
{
background-color: #8FE33E;
}
.BgClassName
{
background-color: #8FE33E;
}
</style>
border-color css
<style>
span { border-color: #8FE33E; }
span { border-color: rgb(143,227,62); }
td.TdClassName
{
border-color: #8FE33E;
}
.TagClassName
{
border-color: #8FE33E;
}
</style>