Shades of Atlantis #8CEF39
Tints of Atlantis #8CEF39
RGB
CMYK
RGB Variations
Color information
#8CEF39 (or 0x8CEF39) is known color: Atlantis. HEX triplet: 8C, EF and 39. RGB value is (140,239,57). Sum of RGB (Red+Green+Blue) = 140+239+57=436 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.11% from 436); Green value is 239 (93.75% from 255 or 54.82% from 436); Blue value is 57 (22.66% from 255 or 13.07% from 436); Max value from RGB is 239 - color contains mainly: green. Hex color #8CEF39 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CEF39 is #7310C6. Grayscale: #BDBDBD. Windows color (decimal): -7540935 or 3796876. OLE color: 3796876.
HSL color Cylindrical-coordinate representation of color #8CEF39: hue angle of 92.64º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8CEF39 is Cyan = 0.41, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 239 | 57 | - |
| CMYK | 0.41 | 0 | 0.76 | 0.06 |
| HSL | 92.64º | 0.85% | 0.58% | - |
| HSV(B) | 92.64º | 0.76% | 0.94% | - |
| XYZ | 42.42 | 67.6 | 14.68 | - |
| YUV | 188.65 | 53.7 | 93.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 239 | 57 | 0.41 | 0 | 0.76 | 0.06 | 92.64 | 0.85 | 0.58 |
| Hex | 8C | EF | 39 | 29 | 0 | 4C | 6 | 5D | 55 | 3A |
| Octal | 214 | 357 | 71 | 51 | 0 | 114 | 6 | 135 | 125 | 72 |
| Binary | 10001100 | 11101111 | 111001 | 101001 | 0 | 1001100 | 110 | 1011101 | 1010101 | 111010 |
Color Harmonies of #8CEF39
Complementary color
Monochromatic Colors of #8CEF39
Black with #8CEF39
Text Example
Text Example
White with #8CEF39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEF39; }
p { color: rgb(140,239,57); }
H1.HeaderClassName
{
color: #8CEF39;
}
.AnyTagClassName
{
color: #8CEF39;
}
</style>
background-color css
<style>
a { background-color: #8CEF39; }
a { background-color: rgb(140,239,57); }
div.DivClassName
{
background-color: #8CEF39;
}
.BgClassName
{
background-color: #8CEF39;
}
</style>
border-color css
<style>
span { border-color: #8CEF39; }
span { border-color: rgb(140,239,57); }
td.TdClassName
{
border-color: #8CEF39;
}
.TagClassName
{
border-color: #8CEF39;
}
</style>