Shades of Atlantis #8FEE4B
Tints of Atlantis #8FEE4B
RGB
CMYK
RGB Variations
Color information
#8FEE4B (or 0x8FEE4B) is known color: Atlantis. HEX triplet: 8F, EE and 4B. RGB value is (143,238,75). Sum of RGB (Red+Green+Blue) = 143+238+75=456 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.36% from 456); Green value is 238 (93.36% from 255 or 52.19% from 456); Blue value is 75 (29.69% from 255 or 16.45% from 456); Max value from RGB is 238 - color contains mainly: green. Hex color #8FEE4B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8FEE4B is #7011B4. Grayscale: #BFBFBF. Windows color (decimal): -7344565 or 4976271. OLE color: 4976271.
HSL color Cylindrical-coordinate representation of color #8FEE4B: hue angle of 94.97º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8FEE4B is Cyan = 0.40, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 238 | 75 | - |
| CMYK | 0.40 | 0 | 0.68 | 0.07 |
| HSL | 94.97º | 0.83% | 0.61% | - |
| HSV(B) | 94.97º | 0.68% | 0.93% | - |
| XYZ | 43.17 | 67.5 | 17.41 | - |
| YUV | 191.01 | 62.53 | 93.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 238 | 75 | 0.40 | 0 | 0.68 | 0.07 | 94.97 | 0.83 | 0.61 |
| Hex | 8F | EE | 4B | 28 | 0 | 44 | 7 | 5F | 53 | 3D |
| Octal | 217 | 356 | 113 | 50 | 0 | 104 | 7 | 137 | 123 | 75 |
| Binary | 10001111 | 11101110 | 1001011 | 101000 | 0 | 1000100 | 111 | 1011111 | 1010011 | 111101 |
Color Harmonies of #8FEE4B
Complementary color
Monochromatic Colors of #8FEE4B
Black with #8FEE4B
Text Example
Text Example
White with #8FEE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEE4B; }
p { color: rgb(143,238,75); }
H1.HeaderClassName
{
color: #8FEE4B;
}
.AnyTagClassName
{
color: #8FEE4B;
}
</style>
background-color css
<style>
a { background-color: #8FEE4B; }
a { background-color: rgb(143,238,75); }
div.DivClassName
{
background-color: #8FEE4B;
}
.BgClassName
{
background-color: #8FEE4B;
}
</style>
border-color css
<style>
span { border-color: #8FEE4B; }
span { border-color: rgb(143,238,75); }
td.TdClassName
{
border-color: #8FEE4B;
}
.TagClassName
{
border-color: #8FEE4B;
}
</style>