Shades of Atlantis #8FEF44
Tints of Atlantis #8FEF44
RGB
CMYK
RGB Variations
Color information
#8FEF44 (or 0x8FEF44) is known color: Atlantis. HEX triplet: 8F, EF and 44. RGB value is (143,239,68). Sum of RGB (Red+Green+Blue) = 143+239+68=450 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.78% from 450); Green value is 239 (93.75% from 255 or 53.11% from 450); Blue value is 68 (26.95% from 255 or 15.11% from 450); Max value from RGB is 239 - color contains mainly: green. Hex color #8FEF44 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8FEF44 is #7010BB. Grayscale: #BFBFBF. Windows color (decimal): -7344316 or 4517775. OLE color: 4517775.
HSL color Cylindrical-coordinate representation of color #8FEF44: hue angle of 93.68º 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 #8FEF44 is Cyan = 0.40, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 239 | 68 | - |
| CMYK | 0.40 | 0 | 0.72 | 0.06 |
| HSL | 93.68º | 0.84% | 0.6% | - |
| HSV(B) | 93.68º | 0.72% | 0.94% | - |
| XYZ | 43.24 | 67.99 | 16.31 | - |
| YUV | 190.8 | 58.7 | 93.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 239 | 68 | 0.40 | 0 | 0.72 | 0.06 | 93.68 | 0.84 | 0.6 |
| Hex | 8F | EF | 44 | 28 | 0 | 48 | 6 | 5E | 54 | 3C |
| Octal | 217 | 357 | 104 | 50 | 0 | 110 | 6 | 136 | 124 | 74 |
| Binary | 10001111 | 11101111 | 1000100 | 101000 | 0 | 1001000 | 110 | 1011110 | 1010100 | 111100 |
Color Harmonies of #8FEF44
Complementary color
Monochromatic Colors of #8FEF44
Black with #8FEF44
Text Example
Text Example
White with #8FEF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEF44; }
p { color: rgb(143,239,68); }
H1.HeaderClassName
{
color: #8FEF44;
}
.AnyTagClassName
{
color: #8FEF44;
}
</style>
background-color css
<style>
a { background-color: #8FEF44; }
a { background-color: rgb(143,239,68); }
div.DivClassName
{
background-color: #8FEF44;
}
.BgClassName
{
background-color: #8FEF44;
}
</style>
border-color css
<style>
span { border-color: #8FEF44; }
span { border-color: rgb(143,239,68); }
td.TdClassName
{
border-color: #8FEF44;
}
.TagClassName
{
border-color: #8FEF44;
}
</style>