Shades of Atlantis #8CEF36
Tints of Atlantis #8CEF36
RGB
CMYK
RGB Variations
Color information
#8CEF36 (or 0x8CEF36) is known color: Atlantis. HEX triplet: 8C, EF and 36. RGB value is (140,239,54). Sum of RGB (Red+Green+Blue) = 140+239+54=433 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.33% from 433); Green value is 239 (93.75% from 255 or 55.20% from 433); Blue value is 54 (21.48% from 255 or 12.47% from 433); Max value from RGB is 239 - color contains mainly: green. Hex color #8CEF36 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CEF36 is #7310C9. Grayscale: #BCBCBC. Windows color (decimal): -7540938 or 3600268. OLE color: 3600268.
HSL color Cylindrical-coordinate representation of color #8CEF36: hue angle of 92.11º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8CEF36 is Cyan = 0.41, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 239 | 54 | - |
| CMYK | 0.41 | 0 | 0.77 | 0.06 |
| HSL | 92.11º | 0.85% | 0.57% | - |
| HSV(B) | 92.11º | 0.77% | 0.94% | - |
| XYZ | 42.35 | 67.57 | 14.3 | - |
| YUV | 188.31 | 52.2 | 93.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 239 | 54 | 0.41 | 0 | 0.77 | 0.06 | 92.11 | 0.85 | 0.57 |
| Hex | 8C | EF | 36 | 29 | 0 | 4D | 6 | 5C | 55 | 39 |
| Octal | 214 | 357 | 66 | 51 | 0 | 115 | 6 | 134 | 125 | 71 |
| Binary | 10001100 | 11101111 | 110110 | 101001 | 0 | 1001101 | 110 | 1011100 | 1010101 | 111001 |
Color Harmonies of #8CEF36
Complementary color
Monochromatic Colors of #8CEF36
Black with #8CEF36
Text Example
Text Example
White with #8CEF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEF36; }
p { color: rgb(140,239,54); }
H1.HeaderClassName
{
color: #8CEF36;
}
.AnyTagClassName
{
color: #8CEF36;
}
</style>
background-color css
<style>
a { background-color: #8CEF36; }
a { background-color: rgb(140,239,54); }
div.DivClassName
{
background-color: #8CEF36;
}
.BgClassName
{
background-color: #8CEF36;
}
</style>
border-color css
<style>
span { border-color: #8CEF36; }
span { border-color: rgb(140,239,54); }
td.TdClassName
{
border-color: #8CEF36;
}
.TagClassName
{
border-color: #8CEF36;
}
</style>