Shades of Atlantis #8FEE42
Tints of Atlantis #8FEE42
RGB
CMYK
RGB Variations
Color information
#8FEE42 (or 0x8FEE42) is known color: Atlantis. HEX triplet: 8F, EE and 42. RGB value is (143,238,66). Sum of RGB (Red+Green+Blue) = 143+238+66=447 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.99% from 447); Green value is 238 (93.36% from 255 or 53.24% from 447); Blue value is 66 (26.17% from 255 or 14.77% from 447); Max value from RGB is 238 - color contains mainly: green. Hex color #8FEE42 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8FEE42 is #7011BD. Grayscale: #BEBEBE. Windows color (decimal): -7344574 or 4386447. OLE color: 4386447.
HSL color Cylindrical-coordinate representation of color #8FEE42: hue angle of 93.14º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8FEE42 is Cyan = 0.40, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 238 | 66 | - |
| CMYK | 0.40 | 0 | 0.72 | 0.07 |
| HSL | 93.14º | 0.83% | 0.6% | - |
| HSV(B) | 93.14º | 0.72% | 0.93% | - |
| XYZ | 42.89 | 67.38 | 15.9 | - |
| YUV | 189.99 | 58.03 | 94.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 238 | 66 | 0.40 | 0 | 0.72 | 0.07 | 93.14 | 0.83 | 0.6 |
| Hex | 8F | EE | 42 | 28 | 0 | 48 | 7 | 5D | 53 | 3C |
| Octal | 217 | 356 | 102 | 50 | 0 | 110 | 7 | 135 | 123 | 74 |
| Binary | 10001111 | 11101110 | 1000010 | 101000 | 0 | 1001000 | 111 | 1011101 | 1010011 | 111100 |
Color Harmonies of #8FEE42
Complementary color
Monochromatic Colors of #8FEE42
Black with #8FEE42
Text Example
Text Example
White with #8FEE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEE42; }
p { color: rgb(143,238,66); }
H1.HeaderClassName
{
color: #8FEE42;
}
.AnyTagClassName
{
color: #8FEE42;
}
</style>
background-color css
<style>
a { background-color: #8FEE42; }
a { background-color: rgb(143,238,66); }
div.DivClassName
{
background-color: #8FEE42;
}
.BgClassName
{
background-color: #8FEE42;
}
</style>
border-color css
<style>
span { border-color: #8FEE42; }
span { border-color: rgb(143,238,66); }
td.TdClassName
{
border-color: #8FEE42;
}
.TagClassName
{
border-color: #8FEE42;
}
</style>