Shades of Atlantis #8FEF43
Tints of Atlantis #8FEF43
RGB
CMYK
RGB Variations
Color information
#8FEF43 (or 0x8FEF43) is known color: Atlantis. HEX triplet: 8F, EF and 43. RGB value is (143,239,67). Sum of RGB (Red+Green+Blue) = 143+239+67=449 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.85% from 449); Green value is 239 (93.75% from 255 or 53.23% from 449); Blue value is 67 (26.56% from 255 or 14.92% from 449); Max value from RGB is 239 - color contains mainly: green. Hex color #8FEF43 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8FEF43 is #7010BC. Grayscale: #BFBFBF. Windows color (decimal): -7344317 or 4452239. OLE color: 4452239.
HSL color Cylindrical-coordinate representation of color #8FEF43: hue angle of 93.49º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8FEF43 is Cyan = 0.40, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 239 | 67 | - |
| CMYK | 0.40 | 0 | 0.72 | 0.06 |
| HSL | 93.49º | 0.84% | 0.6% | - |
| HSV(B) | 93.49º | 0.72% | 0.94% | - |
| XYZ | 43.21 | 67.98 | 16.15 | - |
| YUV | 190.69 | 58.2 | 93.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 239 | 67 | 0.40 | 0 | 0.72 | 0.06 | 93.49 | 0.84 | 0.6 |
| Hex | 8F | EF | 43 | 28 | 0 | 48 | 6 | 5D | 54 | 3C |
| Octal | 217 | 357 | 103 | 50 | 0 | 110 | 6 | 135 | 124 | 74 |
| Binary | 10001111 | 11101111 | 1000011 | 101000 | 0 | 1001000 | 110 | 1011101 | 1010100 | 111100 |
Color Harmonies of #8FEF43
Complementary color
Monochromatic Colors of #8FEF43
Black with #8FEF43
Text Example
Text Example
White with #8FEF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEF43; }
p { color: rgb(143,239,67); }
H1.HeaderClassName
{
color: #8FEF43;
}
.AnyTagClassName
{
color: #8FEF43;
}
</style>
background-color css
<style>
a { background-color: #8FEF43; }
a { background-color: rgb(143,239,67); }
div.DivClassName
{
background-color: #8FEF43;
}
.BgClassName
{
background-color: #8FEF43;
}
</style>
border-color css
<style>
span { border-color: #8FEF43; }
span { border-color: rgb(143,239,67); }
td.TdClassName
{
border-color: #8FEF43;
}
.TagClassName
{
border-color: #8FEF43;
}
</style>