Shades of Atlantis #8CE037
Tints of Atlantis #8CE037
RGB
CMYK
RGB Variations
Color information
#8CE037 (or 0x8CE037) is known color: Atlantis. HEX triplet: 8C, E0 and 37. RGB value is (140,224,55). Sum of RGB (Red+Green+Blue) = 140+224+55=419 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.41% from 419); Green value is 224 (87.89% from 255 or 53.46% from 419); Blue value is 55 (21.88% from 255 or 13.13% from 419); Max value from RGB is 224 - color contains mainly: green. Hex color #8CE037 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CE037 is #731FC8. Grayscale: #B4B4B4. Windows color (decimal): -7544777 or 3661964. OLE color: 3661964.
HSL color Cylindrical-coordinate representation of color #8CE037: hue angle of 89.82º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8CE037 is Cyan = 0.38, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 140 | 224 | 55 | - |
| CMYK | 0.38 | 0 | 0.75 | 0.12 |
| HSL | 89.82º | 0.73% | 0.55% | - |
| HSV(B) | 89.82º | 0.75% | 0.88% | - |
| XYZ | 38.16 | 59.16 | 13.02 | - |
| YUV | 179.62 | 57.67 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 224 | 55 | 0.38 | 0 | 0.75 | 0.12 | 89.82 | 0.73 | 0.55 |
| Hex | 8C | E0 | 37 | 26 | 0 | 4B | C | 5A | 49 | 37 |
| Octal | 214 | 340 | 67 | 46 | 0 | 113 | 14 | 132 | 111 | 67 |
| Binary | 10001100 | 11100000 | 110111 | 100110 | 0 | 1001011 | 1100 | 1011010 | 1001001 | 110111 |
Color Harmonies of #8CE037
Complementary color
Monochromatic Colors of #8CE037
Black with #8CE037
Text Example
Text Example
White with #8CE037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE037; }
p { color: rgb(140,224,55); }
H1.HeaderClassName
{
color: #8CE037;
}
.AnyTagClassName
{
color: #8CE037;
}
</style>
background-color css
<style>
a { background-color: #8CE037; }
a { background-color: rgb(140,224,55); }
div.DivClassName
{
background-color: #8CE037;
}
.BgClassName
{
background-color: #8CE037;
}
</style>
border-color css
<style>
span { border-color: #8CE037; }
span { border-color: rgb(140,224,55); }
td.TdClassName
{
border-color: #8CE037;
}
.TagClassName
{
border-color: #8CE037;
}
</style>