Shades of Atlantis #8CE541
Tints of Atlantis #8CE541
RGB
CMYK
RGB Variations
Color information
#8CE541 (or 0x8CE541) is known color: Atlantis. HEX triplet: 8C, E5 and 41. RGB value is (140,229,65). Sum of RGB (Red+Green+Blue) = 140+229+65=434 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.26% from 434); Green value is 229 (89.84% from 255 or 52.76% from 434); Blue value is 65 (25.78% from 255 or 14.98% from 434); Max value from RGB is 229 - color contains mainly: green. Hex color #8CE541 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CE541 is #731ABE. Grayscale: #B8B8B8. Windows color (decimal): -7543487 or 4318604. OLE color: 4318604.
HSL color Cylindrical-coordinate representation of color #8CE541: hue angle of 92.56º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8CE541 is Cyan = 0.39, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 140 | 229 | 65 | - |
| CMYK | 0.39 | 0 | 0.72 | 0.10 |
| HSL | 92.56º | 0.76% | 0.58% | - |
| HSV(B) | 92.56º | 0.72% | 0.9% | - |
| XYZ | 39.79 | 62 | 14.87 | - |
| YUV | 183.69 | 61.01 | 96.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 229 | 65 | 0.39 | 0 | 0.72 | 0.10 | 92.56 | 0.76 | 0.58 |
| Hex | 8C | E5 | 41 | 27 | 0 | 48 | A | 5D | 4C | 3A |
| Octal | 214 | 345 | 101 | 47 | 0 | 110 | 12 | 135 | 114 | 72 |
| Binary | 10001100 | 11100101 | 1000001 | 100111 | 0 | 1001000 | 1010 | 1011101 | 1001100 | 111010 |
Color Harmonies of #8CE541
Complementary color
Monochromatic Colors of #8CE541
Black with #8CE541
Text Example
Text Example
White with #8CE541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE541; }
p { color: rgb(140,229,65); }
H1.HeaderClassName
{
color: #8CE541;
}
.AnyTagClassName
{
color: #8CE541;
}
</style>
background-color css
<style>
a { background-color: #8CE541; }
a { background-color: rgb(140,229,65); }
div.DivClassName
{
background-color: #8CE541;
}
.BgClassName
{
background-color: #8CE541;
}
</style>
border-color css
<style>
span { border-color: #8CE541; }
span { border-color: rgb(140,229,65); }
td.TdClassName
{
border-color: #8CE541;
}
.TagClassName
{
border-color: #8CE541;
}
</style>