Shades of Atlantis #8CE537
Tints of Atlantis #8CE537
RGB
CMYK
RGB Variations
Color information
#8CE537 (or 0x8CE537) is known color: Atlantis. HEX triplet: 8C, E5 and 37. RGB value is (140,229,55). Sum of RGB (Red+Green+Blue) = 140+229+55=424 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.02% from 424); Green value is 229 (89.84% from 255 or 54.01% from 424); Blue value is 55 (21.88% from 255 or 12.97% from 424); Max value from RGB is 229 - color contains mainly: green. Hex color #8CE537 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CE537 is #731AC8. Grayscale: #B7B7B7. Windows color (decimal): -7543497 or 3663244. OLE color: 3663244.
HSL color Cylindrical-coordinate representation of color #8CE537: hue angle of 90.69º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8CE537 is Cyan = 0.39, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 140 | 229 | 55 | - |
| CMYK | 0.39 | 0 | 0.76 | 0.10 |
| HSL | 90.69º | 0.77% | 0.56% | - |
| HSV(B) | 90.69º | 0.76% | 0.9% | - |
| XYZ | 39.52 | 61.89 | 13.48 | - |
| YUV | 182.55 | 56.01 | 97.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 229 | 55 | 0.39 | 0 | 0.76 | 0.10 | 90.69 | 0.77 | 0.56 |
| Hex | 8C | E5 | 37 | 27 | 0 | 4C | A | 5B | 4D | 38 |
| Octal | 214 | 345 | 67 | 47 | 0 | 114 | 12 | 133 | 115 | 70 |
| Binary | 10001100 | 11100101 | 110111 | 100111 | 0 | 1001100 | 1010 | 1011011 | 1001101 | 111000 |
Color Harmonies of #8CE537
Complementary color
Monochromatic Colors of #8CE537
Black with #8CE537
Text Example
Text Example
White with #8CE537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE537; }
p { color: rgb(140,229,55); }
H1.HeaderClassName
{
color: #8CE537;
}
.AnyTagClassName
{
color: #8CE537;
}
</style>
background-color css
<style>
a { background-color: #8CE537; }
a { background-color: rgb(140,229,55); }
div.DivClassName
{
background-color: #8CE537;
}
.BgClassName
{
background-color: #8CE537;
}
</style>
border-color css
<style>
span { border-color: #8CE537; }
span { border-color: rgb(140,229,55); }
td.TdClassName
{
border-color: #8CE537;
}
.TagClassName
{
border-color: #8CE537;
}
</style>