Shades of Atlantis #8CEF4D
Tints of Atlantis #8CEF4D
RGB
CMYK
RGB Variations
Color information
#8CEF4D (or 0x8CEF4D) is known color: Atlantis. HEX triplet: 8C, EF and 4D. RGB value is (140,239,77). Sum of RGB (Red+Green+Blue) = 140+239+77=456 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.70% from 456); Green value is 239 (93.75% from 255 or 52.41% from 456); Blue value is 77 (30.47% from 255 or 16.89% from 456); Max value from RGB is 239 - color contains mainly: green. Hex color #8CEF4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CEF4D is #7310B2. Grayscale: #BFBFBF. Windows color (decimal): -7540915 or 5107596. OLE color: 5107596.
HSL color Cylindrical-coordinate representation of color #8CEF4D: hue angle of 96.67º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8CEF4D is Cyan = 0.41, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 239 | 77 | - |
| CMYK | 0.41 | 0 | 0.68 | 0.06 |
| HSL | 96.67º | 0.84% | 0.62% | - |
| HSV(B) | 96.67º | 0.68% | 0.94% | - |
| XYZ | 43.02 | 67.84 | 17.85 | - |
| YUV | 190.93 | 63.7 | 91.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 239 | 77 | 0.41 | 0 | 0.68 | 0.06 | 96.67 | 0.84 | 0.62 |
| Hex | 8C | EF | 4D | 29 | 0 | 44 | 6 | 61 | 54 | 3E |
| Octal | 214 | 357 | 115 | 51 | 0 | 104 | 6 | 141 | 124 | 76 |
| Binary | 10001100 | 11101111 | 1001101 | 101001 | 0 | 1000100 | 110 | 1100001 | 1010100 | 111110 |
Color Harmonies of #8CEF4D
Complementary color
Monochromatic Colors of #8CEF4D
Black with #8CEF4D
Text Example
Text Example
White with #8CEF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEF4D; }
p { color: rgb(140,239,77); }
H1.HeaderClassName
{
color: #8CEF4D;
}
.AnyTagClassName
{
color: #8CEF4D;
}
</style>
background-color css
<style>
a { background-color: #8CEF4D; }
a { background-color: rgb(140,239,77); }
div.DivClassName
{
background-color: #8CEF4D;
}
.BgClassName
{
background-color: #8CEF4D;
}
</style>
border-color css
<style>
span { border-color: #8CEF4D; }
span { border-color: rgb(140,239,77); }
td.TdClassName
{
border-color: #8CEF4D;
}
.TagClassName
{
border-color: #8CEF4D;
}
</style>