Shades of Atlantis #8CE741
Tints of Atlantis #8CE741
RGB
CMYK
RGB Variations
Color information
#8CE741 (or 0x8CE741) is known color: Atlantis. HEX triplet: 8C, E7 and 41. RGB value is (140,231,65). Sum of RGB (Red+Green+Blue) = 140+231+65=436 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.11% from 436); Green value is 231 (90.62% from 255 or 52.98% from 436); Blue value is 65 (25.78% from 255 or 14.91% from 436); Max value from RGB is 231 - color contains mainly: green. Hex color #8CE741 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CE741 is #7318BE. Grayscale: #B9B9B9. Windows color (decimal): -7542975 or 4319116. OLE color: 4319116.
HSL color Cylindrical-coordinate representation of color #8CE741: hue angle of 92.89º 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 #8CE741 is Cyan = 0.39, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 140 | 231 | 65 | - |
| CMYK | 0.39 | 0 | 0.72 | 0.09 |
| HSL | 92.89º | 0.78% | 0.58% | - |
| HSV(B) | 92.89º | 0.72% | 0.91% | - |
| XYZ | 40.35 | 63.11 | 15.06 | - |
| YUV | 184.87 | 60.35 | 96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 231 | 65 | 0.39 | 0 | 0.72 | 0.09 | 92.89 | 0.78 | 0.58 |
| Hex | 8C | E7 | 41 | 27 | 0 | 48 | 9 | 5D | 4E | 3A |
| Octal | 214 | 347 | 101 | 47 | 0 | 110 | 11 | 135 | 116 | 72 |
| Binary | 10001100 | 11100111 | 1000001 | 100111 | 0 | 1001000 | 1001 | 1011101 | 1001110 | 111010 |
Color Harmonies of #8CE741
Complementary color
Monochromatic Colors of #8CE741
Black with #8CE741
Text Example
Text Example
White with #8CE741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE741; }
p { color: rgb(140,231,65); }
H1.HeaderClassName
{
color: #8CE741;
}
.AnyTagClassName
{
color: #8CE741;
}
</style>
background-color css
<style>
a { background-color: #8CE741; }
a { background-color: rgb(140,231,65); }
div.DivClassName
{
background-color: #8CE741;
}
.BgClassName
{
background-color: #8CE741;
}
</style>
border-color css
<style>
span { border-color: #8CE741; }
span { border-color: rgb(140,231,65); }
td.TdClassName
{
border-color: #8CE741;
}
.TagClassName
{
border-color: #8CE741;
}
</style>