Shades of Atlantis #8CEE52
Tints of Atlantis #8CEE52
RGB
CMYK
RGB Variations
Color information
#8CEE52 (or 0x8CEE52) is known color: Atlantis. HEX triplet: 8C, EE and 52. RGB value is (140,238,82). Sum of RGB (Red+Green+Blue) = 140+238+82=460 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.43% from 460); Green value is 238 (93.36% from 255 or 51.74% from 460); Blue value is 82 (32.42% from 255 or 17.83% from 460); Max value from RGB is 238 - color contains mainly: green. Hex color #8CEE52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CEE52 is #7311AD. Grayscale: #BFBFBF. Windows color (decimal): -7541166 or 5435020. OLE color: 5435020.
HSL color Cylindrical-coordinate representation of color #8CEE52: hue angle of 97.69º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8CEE52 is Cyan = 0.41, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 238 | 82 | - |
| CMYK | 0.41 | 0 | 0.66 | 0.07 |
| HSL | 97.69º | 0.82% | 0.63% | - |
| HSV(B) | 97.69º | 0.66% | 0.93% | - |
| XYZ | 42.91 | 67.33 | 18.72 | - |
| YUV | 190.91 | 66.53 | 91.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 238 | 82 | 0.41 | 0 | 0.66 | 0.07 | 97.69 | 0.82 | 0.63 |
| Hex | 8C | EE | 52 | 29 | 0 | 42 | 7 | 62 | 52 | 3F |
| Octal | 214 | 356 | 122 | 51 | 0 | 102 | 7 | 142 | 122 | 77 |
| Binary | 10001100 | 11101110 | 1010010 | 101001 | 0 | 1000010 | 111 | 1100010 | 1010010 | 111111 |
Color Harmonies of #8CEE52
Complementary color
Monochromatic Colors of #8CEE52
Black with #8CEE52
Text Example
Text Example
White with #8CEE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEE52; }
p { color: rgb(140,238,82); }
H1.HeaderClassName
{
color: #8CEE52;
}
.AnyTagClassName
{
color: #8CEE52;
}
</style>
background-color css
<style>
a { background-color: #8CEE52; }
a { background-color: rgb(140,238,82); }
div.DivClassName
{
background-color: #8CEE52;
}
.BgClassName
{
background-color: #8CEE52;
}
</style>
border-color css
<style>
span { border-color: #8CEE52; }
span { border-color: rgb(140,238,82); }
td.TdClassName
{
border-color: #8CEE52;
}
.TagClassName
{
border-color: #8CEE52;
}
</style>