Shades of Atlantis #8CEF44
Tints of Atlantis #8CEF44
RGB
CMYK
RGB Variations
Color information
#8CEF44 (or 0x8CEF44) is known color: Atlantis. HEX triplet: 8C, EF and 44. RGB value is (140,239,68). Sum of RGB (Red+Green+Blue) = 140+239+68=447 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.32% from 447); Green value is 239 (93.75% from 255 or 53.47% from 447); Blue value is 68 (26.95% from 255 or 15.21% from 447); Max value from RGB is 239 - color contains mainly: green. Hex color #8CEF44 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CEF44 is #7310BB. Grayscale: #BEBEBE. Windows color (decimal): -7540924 or 4517772. OLE color: 4517772.
HSL color Cylindrical-coordinate representation of color #8CEF44: hue angle of 94.74º 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 #8CEF44 is Cyan = 0.41, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 239 | 68 | - |
| CMYK | 0.41 | 0 | 0.72 | 0.06 |
| HSL | 94.74º | 0.84% | 0.6% | - |
| HSV(B) | 94.74º | 0.72% | 0.94% | - |
| XYZ | 42.73 | 67.73 | 16.29 | - |
| YUV | 189.91 | 59.2 | 92.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 239 | 68 | 0.41 | 0 | 0.72 | 0.06 | 94.74 | 0.84 | 0.6 |
| Hex | 8C | EF | 44 | 29 | 0 | 48 | 6 | 5F | 54 | 3C |
| Octal | 214 | 357 | 104 | 51 | 0 | 110 | 6 | 137 | 124 | 74 |
| Binary | 10001100 | 11101111 | 1000100 | 101001 | 0 | 1001000 | 110 | 1011111 | 1010100 | 111100 |
Color Harmonies of #8CEF44
Complementary color
Monochromatic Colors of #8CEF44
Black with #8CEF44
Text Example
Text Example
White with #8CEF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEF44; }
p { color: rgb(140,239,68); }
H1.HeaderClassName
{
color: #8CEF44;
}
.AnyTagClassName
{
color: #8CEF44;
}
</style>
background-color css
<style>
a { background-color: #8CEF44; }
a { background-color: rgb(140,239,68); }
div.DivClassName
{
background-color: #8CEF44;
}
.BgClassName
{
background-color: #8CEF44;
}
</style>
border-color css
<style>
span { border-color: #8CEF44; }
span { border-color: rgb(140,239,68); }
td.TdClassName
{
border-color: #8CEF44;
}
.TagClassName
{
border-color: #8CEF44;
}
</style>