Shades of Atlantis #8FEE3D
Tints of Atlantis #8FEE3D
RGB
CMYK
RGB Variations
Color information
#8FEE3D (or 0x8FEE3D) is known color: Atlantis. HEX triplet: 8F, EE and 3D. RGB value is (143,238,61). Sum of RGB (Red+Green+Blue) = 143+238+61=442 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.35% from 442); Green value is 238 (93.36% from 255 or 53.85% from 442); Blue value is 61 (24.22% from 255 or 13.80% from 442); Max value from RGB is 238 - color contains mainly: green. Hex color #8FEE3D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8FEE3D is #7011C2. Grayscale: #BEBEBE. Windows color (decimal): -7344579 or 4058767. OLE color: 4058767.
HSL color Cylindrical-coordinate representation of color #8FEE3D: hue angle of 92.2º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8FEE3D is Cyan = 0.40, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 238 | 61 | - |
| CMYK | 0.40 | 0 | 0.74 | 0.07 |
| HSL | 92.2º | 0.84% | 0.59% | - |
| HSV(B) | 92.2º | 0.74% | 0.93% | - |
| XYZ | 42.74 | 67.33 | 15.16 | - |
| YUV | 189.42 | 55.53 | 94.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 238 | 61 | 0.40 | 0 | 0.74 | 0.07 | 92.2 | 0.84 | 0.59 |
| Hex | 8F | EE | 3D | 28 | 0 | 4A | 7 | 5C | 54 | 3B |
| Octal | 217 | 356 | 75 | 50 | 0 | 112 | 7 | 134 | 124 | 73 |
| Binary | 10001111 | 11101110 | 111101 | 101000 | 0 | 1001010 | 111 | 1011100 | 1010100 | 111011 |
Color Harmonies of #8FEE3D
Complementary color
Monochromatic Colors of #8FEE3D
Black with #8FEE3D
Text Example
Text Example
White with #8FEE3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEE3D; }
p { color: rgb(143,238,61); }
H1.HeaderClassName
{
color: #8FEE3D;
}
.AnyTagClassName
{
color: #8FEE3D;
}
</style>
background-color css
<style>
a { background-color: #8FEE3D; }
a { background-color: rgb(143,238,61); }
div.DivClassName
{
background-color: #8FEE3D;
}
.BgClassName
{
background-color: #8FEE3D;
}
</style>
border-color css
<style>
span { border-color: #8FEE3D; }
span { border-color: rgb(143,238,61); }
td.TdClassName
{
border-color: #8FEE3D;
}
.TagClassName
{
border-color: #8FEE3D;
}
</style>