Shades of Atlantis #8CE751
Tints of Atlantis #8CE751
RGB
CMYK
RGB Variations
Color information
#8CE751 (or 0x8CE751) is known color: Atlantis. HEX triplet: 8C, E7 and 51. RGB value is (140,231,81). Sum of RGB (Red+Green+Blue) = 140+231+81=452 (59% of max value = 765). Red value is 140 (55.08% from 255 or 30.97% from 452); Green value is 231 (90.62% from 255 or 51.11% from 452); Blue value is 81 (32.03% from 255 or 17.92% from 452); Max value from RGB is 231 - color contains mainly: green. Hex color #8CE751 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CE751 is #7318AE. Grayscale: #BBBBBB. Windows color (decimal): -7542959 or 5367692. OLE color: 5367692.
HSL color Cylindrical-coordinate representation of color #8CE751: hue angle of 96.4º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8CE751 is Cyan = 0.39, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 140 | 231 | 81 | - |
| CMYK | 0.39 | 0 | 0.65 | 0.09 |
| HSL | 96.4º | 0.76% | 0.61% | - |
| HSV(B) | 96.4º | 0.65% | 0.91% | - |
| XYZ | 40.88 | 63.32 | 17.85 | - |
| YUV | 186.69 | 68.35 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 231 | 81 | 0.39 | 0 | 0.65 | 0.09 | 96.4 | 0.76 | 0.61 |
| Hex | 8C | E7 | 51 | 27 | 0 | 41 | 9 | 60 | 4C | 3D |
| Octal | 214 | 347 | 121 | 47 | 0 | 101 | 11 | 140 | 114 | 75 |
| Binary | 10001100 | 11100111 | 1010001 | 100111 | 0 | 1000001 | 1001 | 1100000 | 1001100 | 111101 |
Color Harmonies of #8CE751
Complementary color
Monochromatic Colors of #8CE751
Black with #8CE751
Text Example
Text Example
White with #8CE751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE751; }
p { color: rgb(140,231,81); }
H1.HeaderClassName
{
color: #8CE751;
}
.AnyTagClassName
{
color: #8CE751;
}
</style>
background-color css
<style>
a { background-color: #8CE751; }
a { background-color: rgb(140,231,81); }
div.DivClassName
{
background-color: #8CE751;
}
.BgClassName
{
background-color: #8CE751;
}
</style>
border-color css
<style>
span { border-color: #8CE751; }
span { border-color: rgb(140,231,81); }
td.TdClassName
{
border-color: #8CE751;
}
.TagClassName
{
border-color: #8CE751;
}
</style>