Shades of Atlantis #8CE740
Tints of Atlantis #8CE740
RGB
CMYK
RGB Variations
Color information
#8CE740 (or 0x8CE740) is known color: Atlantis. HEX triplet: 8C, E7 and 40. RGB value is (140,231,64). Sum of RGB (Red+Green+Blue) = 140+231+64=435 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.18% from 435); Green value is 231 (90.62% from 255 or 53.10% from 435); Blue value is 64 (25.39% from 255 or 14.71% from 435); Max value from RGB is 231 - color contains mainly: green. Hex color #8CE740 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CE740 is #7318BF. Grayscale: #B9B9B9. Windows color (decimal): -7542976 or 4253580. OLE color: 4253580.
HSL color Cylindrical-coordinate representation of color #8CE740: hue angle of 92.69º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8CE740 is Cyan = 0.39, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 140 | 231 | 64 | - |
| CMYK | 0.39 | 0 | 0.72 | 0.09 |
| HSL | 92.69º | 0.78% | 0.58% | - |
| HSV(B) | 92.69º | 0.72% | 0.91% | - |
| XYZ | 40.32 | 63.1 | 14.9 | - |
| YUV | 184.75 | 59.85 | 96.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 231 | 64 | 0.39 | 0 | 0.72 | 0.09 | 92.69 | 0.78 | 0.58 |
| Hex | 8C | E7 | 40 | 27 | 0 | 48 | 9 | 5D | 4E | 3A |
| Octal | 214 | 347 | 100 | 47 | 0 | 110 | 11 | 135 | 116 | 72 |
| Binary | 10001100 | 11100111 | 1000000 | 100111 | 0 | 1001000 | 1001 | 1011101 | 1001110 | 111010 |
Color Harmonies of #8CE740
Complementary color
Monochromatic Colors of #8CE740
Black with #8CE740
Text Example
Text Example
White with #8CE740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE740; }
p { color: rgb(140,231,64); }
H1.HeaderClassName
{
color: #8CE740;
}
.AnyTagClassName
{
color: #8CE740;
}
</style>
background-color css
<style>
a { background-color: #8CE740; }
a { background-color: rgb(140,231,64); }
div.DivClassName
{
background-color: #8CE740;
}
.BgClassName
{
background-color: #8CE740;
}
</style>
border-color css
<style>
span { border-color: #8CE740; }
span { border-color: rgb(140,231,64); }
td.TdClassName
{
border-color: #8CE740;
}
.TagClassName
{
border-color: #8CE740;
}
</style>