Shades of Atlantis #8FEF42
Tints of Atlantis #8FEF42
RGB
CMYK
RGB Variations
Color information
#8FEF42 (or 0x8FEF42) is known color: Atlantis. HEX triplet: 8F, EF and 42. RGB value is (143,239,66). Sum of RGB (Red+Green+Blue) = 143+239+66=448 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.92% from 448); Green value is 239 (93.75% from 255 or 53.35% from 448); Blue value is 66 (26.17% from 255 or 14.73% from 448); Max value from RGB is 239 - color contains mainly: green. Hex color #8FEF42 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8FEF42 is #7010BD. Grayscale: #BFBFBF. Windows color (decimal): -7344318 or 4386703. OLE color: 4386703.
HSL color Cylindrical-coordinate representation of color #8FEF42: hue angle of 93.29º 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 #8FEF42 is Cyan = 0.40, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 239 | 66 | - |
| CMYK | 0.40 | 0 | 0.72 | 0.06 |
| HSL | 93.29º | 0.84% | 0.6% | - |
| HSV(B) | 93.29º | 0.72% | 0.94% | - |
| XYZ | 43.18 | 67.97 | 16 | - |
| YUV | 190.57 | 57.7 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 239 | 66 | 0.40 | 0 | 0.72 | 0.06 | 93.29 | 0.84 | 0.6 |
| Hex | 8F | EF | 42 | 28 | 0 | 48 | 6 | 5D | 54 | 3C |
| Octal | 217 | 357 | 102 | 50 | 0 | 110 | 6 | 135 | 124 | 74 |
| Binary | 10001111 | 11101111 | 1000010 | 101000 | 0 | 1001000 | 110 | 1011101 | 1010100 | 111100 |
Color Harmonies of #8FEF42
Complementary color
Monochromatic Colors of #8FEF42
Black with #8FEF42
Text Example
Text Example
White with #8FEF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEF42; }
p { color: rgb(143,239,66); }
H1.HeaderClassName
{
color: #8FEF42;
}
.AnyTagClassName
{
color: #8FEF42;
}
</style>
background-color css
<style>
a { background-color: #8FEF42; }
a { background-color: rgb(143,239,66); }
div.DivClassName
{
background-color: #8FEF42;
}
.BgClassName
{
background-color: #8FEF42;
}
</style>
border-color css
<style>
span { border-color: #8FEF42; }
span { border-color: rgb(143,239,66); }
td.TdClassName
{
border-color: #8FEF42;
}
.TagClassName
{
border-color: #8FEF42;
}
</style>