Shades of Atlantis #8CEF42
Tints of Atlantis #8CEF42
RGB
CMYK
RGB Variations
Color information
#8CEF42 (or 0x8CEF42) is known color: Atlantis. HEX triplet: 8C, EF and 42. RGB value is (140,239,66). Sum of RGB (Red+Green+Blue) = 140+239+66=445 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.46% from 445); Green value is 239 (93.75% from 255 or 53.71% from 445); Blue value is 66 (26.17% from 255 or 14.83% from 445); Max value from RGB is 239 - color contains mainly: green. Hex color #8CEF42 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CEF42 is #7310BD. Grayscale: #BEBEBE. Windows color (decimal): -7540926 or 4386700. OLE color: 4386700.
HSL color Cylindrical-coordinate representation of color #8CEF42: hue angle of 94.34º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8CEF42 is Cyan = 0.41, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 239 | 66 | - |
| CMYK | 0.41 | 0 | 0.72 | 0.06 |
| HSL | 94.34º | 0.84% | 0.6% | - |
| HSV(B) | 94.34º | 0.72% | 0.94% | - |
| XYZ | 42.67 | 67.7 | 15.97 | - |
| YUV | 189.68 | 58.2 | 92.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 239 | 66 | 0.41 | 0 | 0.72 | 0.06 | 94.34 | 0.84 | 0.6 |
| Hex | 8C | EF | 42 | 29 | 0 | 48 | 6 | 5E | 54 | 3C |
| Octal | 214 | 357 | 102 | 51 | 0 | 110 | 6 | 136 | 124 | 74 |
| Binary | 10001100 | 11101111 | 1000010 | 101001 | 0 | 1001000 | 110 | 1011110 | 1010100 | 111100 |
Color Harmonies of #8CEF42
Complementary color
Monochromatic Colors of #8CEF42
Black with #8CEF42
Text Example
Text Example
White with #8CEF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEF42; }
p { color: rgb(140,239,66); }
H1.HeaderClassName
{
color: #8CEF42;
}
.AnyTagClassName
{
color: #8CEF42;
}
</style>
background-color css
<style>
a { background-color: #8CEF42; }
a { background-color: rgb(140,239,66); }
div.DivClassName
{
background-color: #8CEF42;
}
.BgClassName
{
background-color: #8CEF42;
}
</style>
border-color css
<style>
span { border-color: #8CEF42; }
span { border-color: rgb(140,239,66); }
td.TdClassName
{
border-color: #8CEF42;
}
.TagClassName
{
border-color: #8CEF42;
}
</style>