Shades of Atlantis #8FE333
Tints of Atlantis #8FE333
RGB
CMYK
RGB Variations
Color information
#8FE333 (or 0x8FE333) is known color: Atlantis. HEX triplet: 8F, E3 and 33. RGB value is (143,227,51). Sum of RGB (Red+Green+Blue) = 143+227+51=421 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.97% from 421); Green value is 227 (89.06% from 255 or 53.92% from 421); Blue value is 51 (20.31% from 255 or 12.11% from 421); Max value from RGB is 227 - color contains mainly: green. Hex color #8FE333 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FE333 is #701CCC. Grayscale: #B6B6B6. Windows color (decimal): -7347405 or 3400591. OLE color: 3400591.
HSL color Cylindrical-coordinate representation of color #8FE333: hue angle of 88.64º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8FE333 is Cyan = 0.37, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 143 | 227 | 51 | - |
| CMYK | 0.37 | 0 | 0.78 | 0.11 |
| HSL | 88.64º | 0.76% | 0.55% | - |
| HSV(B) | 88.64º | 0.78% | 0.89% | - |
| XYZ | 39.39 | 61.02 | 12.83 | - |
| YUV | 181.82 | 54.17 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 227 | 51 | 0.37 | 0 | 0.78 | 0.11 | 88.64 | 0.76 | 0.55 |
| Hex | 8F | E3 | 33 | 25 | 0 | 4E | B | 59 | 4C | 37 |
| Octal | 217 | 343 | 63 | 45 | 0 | 116 | 13 | 131 | 114 | 67 |
| Binary | 10001111 | 11100011 | 110011 | 100101 | 0 | 1001110 | 1011 | 1011001 | 1001100 | 110111 |
Color Harmonies of #8FE333
Complementary color
Monochromatic Colors of #8FE333
Black with #8FE333
Text Example
Text Example
White with #8FE333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE333; }
p { color: rgb(143,227,51); }
H1.HeaderClassName
{
color: #8FE333;
}
.AnyTagClassName
{
color: #8FE333;
}
</style>
background-color css
<style>
a { background-color: #8FE333; }
a { background-color: rgb(143,227,51); }
div.DivClassName
{
background-color: #8FE333;
}
.BgClassName
{
background-color: #8FE333;
}
</style>
border-color css
<style>
span { border-color: #8FE333; }
span { border-color: rgb(143,227,51); }
td.TdClassName
{
border-color: #8FE333;
}
.TagClassName
{
border-color: #8FE333;
}
</style>