Shades of Atlantis #8CE04B
Tints of Atlantis #8CE04B
RGB
CMYK
RGB Variations
Color information
#8CE04B (or 0x8CE04B) is known color: Atlantis. HEX triplet: 8C, E0 and 4B. RGB value is (140,224,75). Sum of RGB (Red+Green+Blue) = 140+224+75=439 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.89% from 439); Green value is 224 (87.89% from 255 or 51.03% from 439); Blue value is 75 (29.69% from 255 or 17.08% from 439); Max value from RGB is 224 - color contains mainly: green. Hex color #8CE04B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CE04B is #731FB4. Grayscale: #B6B6B6. Windows color (decimal): -7544757 or 4972684. OLE color: 4972684.
HSL color Cylindrical-coordinate representation of color #8CE04B: hue angle of 93.83º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8CE04B is Cyan = 0.38, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 140 | 224 | 75 | - |
| CMYK | 0.38 | 0 | 0.67 | 0.12 |
| HSL | 93.83º | 0.71% | 0.59% | - |
| HSV(B) | 93.83º | 0.67% | 0.88% | - |
| XYZ | 38.74 | 59.39 | 16.08 | - |
| YUV | 181.9 | 67.67 | 98.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 224 | 75 | 0.38 | 0 | 0.67 | 0.12 | 93.83 | 0.71 | 0.59 |
| Hex | 8C | E0 | 4B | 26 | 0 | 43 | C | 5E | 47 | 3B |
| Octal | 214 | 340 | 113 | 46 | 0 | 103 | 14 | 136 | 107 | 73 |
| Binary | 10001100 | 11100000 | 1001011 | 100110 | 0 | 1000011 | 1100 | 1011110 | 1000111 | 111011 |
Color Harmonies of #8CE04B
Complementary color
Monochromatic Colors of #8CE04B
Black with #8CE04B
Text Example
Text Example
White with #8CE04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE04B; }
p { color: rgb(140,224,75); }
H1.HeaderClassName
{
color: #8CE04B;
}
.AnyTagClassName
{
color: #8CE04B;
}
</style>
background-color css
<style>
a { background-color: #8CE04B; }
a { background-color: rgb(140,224,75); }
div.DivClassName
{
background-color: #8CE04B;
}
.BgClassName
{
background-color: #8CE04B;
}
</style>
border-color css
<style>
span { border-color: #8CE04B; }
span { border-color: rgb(140,224,75); }
td.TdClassName
{
border-color: #8CE04B;
}
.TagClassName
{
border-color: #8CE04B;
}
</style>