Shades of Atlantis #8FEE48
Tints of Atlantis #8FEE48
RGB
CMYK
RGB Variations
Color information
#8FEE48 (or 0x8FEE48) is known color: Atlantis. HEX triplet: 8F, EE and 48. RGB value is (143,238,72). Sum of RGB (Red+Green+Blue) = 143+238+72=453 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.57% from 453); Green value is 238 (93.36% from 255 or 52.54% from 453); Blue value is 72 (28.52% from 255 or 15.89% from 453); Max value from RGB is 238 - color contains mainly: green. Hex color #8FEE48 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8FEE48 is #7011B7. Grayscale: #BFBFBF. Windows color (decimal): -7344568 or 4779663. OLE color: 4779663.
HSL color Cylindrical-coordinate representation of color #8FEE48: hue angle of 94.34º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8FEE48 is Cyan = 0.40, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 238 | 72 | - |
| CMYK | 0.40 | 0 | 0.70 | 0.07 |
| HSL | 94.34º | 0.83% | 0.61% | - |
| HSV(B) | 94.34º | 0.7% | 0.93% | - |
| XYZ | 43.07 | 67.46 | 16.88 | - |
| YUV | 190.67 | 61.03 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 238 | 72 | 0.40 | 0 | 0.70 | 0.07 | 94.34 | 0.83 | 0.61 |
| Hex | 8F | EE | 48 | 28 | 0 | 46 | 7 | 5E | 53 | 3D |
| Octal | 217 | 356 | 110 | 50 | 0 | 106 | 7 | 136 | 123 | 75 |
| Binary | 10001111 | 11101110 | 1001000 | 101000 | 0 | 1000110 | 111 | 1011110 | 1010011 | 111101 |
Color Harmonies of #8FEE48
Complementary color
Monochromatic Colors of #8FEE48
Black with #8FEE48
Text Example
Text Example
White with #8FEE48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEE48; }
p { color: rgb(143,238,72); }
H1.HeaderClassName
{
color: #8FEE48;
}
.AnyTagClassName
{
color: #8FEE48;
}
</style>
background-color css
<style>
a { background-color: #8FEE48; }
a { background-color: rgb(143,238,72); }
div.DivClassName
{
background-color: #8FEE48;
}
.BgClassName
{
background-color: #8FEE48;
}
</style>
border-color css
<style>
span { border-color: #8FEE48; }
span { border-color: rgb(143,238,72); }
td.TdClassName
{
border-color: #8FEE48;
}
.TagClassName
{
border-color: #8FEE48;
}
</style>