Shades of Atlantis #8CEC52
Tints of Atlantis #8CEC52
RGB
CMYK
RGB Variations
Color information
#8CEC52 (or 0x8CEC52) is known color: Atlantis. HEX triplet: 8C, EC and 52. RGB value is (140,236,82). Sum of RGB (Red+Green+Blue) = 140+236+82=458 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.57% from 458); Green value is 236 (92.58% from 255 or 51.53% from 458); Blue value is 82 (32.42% from 255 or 17.90% from 458); Max value from RGB is 236 - color contains mainly: green. Hex color #8CEC52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CEC52 is #7313AD. Grayscale: #BEBEBE. Windows color (decimal): -7541678 or 5434508. OLE color: 5434508.
HSL color Cylindrical-coordinate representation of color #8CEC52: hue angle of 97.4º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8CEC52 is Cyan = 0.41, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 236 | 82 | - |
| CMYK | 0.41 | 0 | 0.65 | 0.07 |
| HSL | 97.4º | 0.8% | 0.62% | - |
| HSV(B) | 97.4º | 0.65% | 0.93% | - |
| XYZ | 42.33 | 66.18 | 18.52 | - |
| YUV | 189.74 | 67.2 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 236 | 82 | 0.41 | 0 | 0.65 | 0.07 | 97.4 | 0.8 | 0.62 |
| Hex | 8C | EC | 52 | 29 | 0 | 41 | 7 | 61 | 50 | 3E |
| Octal | 214 | 354 | 122 | 51 | 0 | 101 | 7 | 141 | 120 | 76 |
| Binary | 10001100 | 11101100 | 1010010 | 101001 | 0 | 1000001 | 111 | 1100001 | 1010000 | 111110 |
Color Harmonies of #8CEC52
Complementary color
Monochromatic Colors of #8CEC52
Black with #8CEC52
Text Example
Text Example
White with #8CEC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEC52; }
p { color: rgb(140,236,82); }
H1.HeaderClassName
{
color: #8CEC52;
}
.AnyTagClassName
{
color: #8CEC52;
}
</style>
background-color css
<style>
a { background-color: #8CEC52; }
a { background-color: rgb(140,236,82); }
div.DivClassName
{
background-color: #8CEC52;
}
.BgClassName
{
background-color: #8CEC52;
}
</style>
border-color css
<style>
span { border-color: #8CEC52; }
span { border-color: rgb(140,236,82); }
td.TdClassName
{
border-color: #8CEC52;
}
.TagClassName
{
border-color: #8CEC52;
}
</style>