Shades of Atlantis #8CEB49
Tints of Atlantis #8CEB49
RGB
CMYK
RGB Variations
Color information
#8CEB49 (or 0x8CEB49) is known color: Atlantis. HEX triplet: 8C, EB and 49. RGB value is (140,235,73). Sum of RGB (Red+Green+Blue) = 140+235+73=448 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.25% from 448); Green value is 235 (92.19% from 255 or 52.46% from 448); Blue value is 73 (28.91% from 255 or 16.29% from 448); Max value from RGB is 235 - color contains mainly: green. Hex color #8CEB49 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CEB49 is #7314B6. Grayscale: #BCBCBC. Windows color (decimal): -7541943 or 4844428. OLE color: 4844428.
HSL color Cylindrical-coordinate representation of color #8CEB49: hue angle of 95.19º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8CEB49 is Cyan = 0.40, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 235 | 73 | - |
| CMYK | 0.40 | 0 | 0.69 | 0.08 |
| HSL | 95.19º | 0.8% | 0.6% | - |
| HSV(B) | 95.19º | 0.69% | 0.92% | - |
| XYZ | 41.73 | 65.47 | 16.74 | - |
| YUV | 188.13 | 63.03 | 93.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 235 | 73 | 0.40 | 0 | 0.69 | 0.08 | 95.19 | 0.8 | 0.6 |
| Hex | 8C | EB | 49 | 28 | 0 | 45 | 8 | 5F | 50 | 3C |
| Octal | 214 | 353 | 111 | 50 | 0 | 105 | 10 | 137 | 120 | 74 |
| Binary | 10001100 | 11101011 | 1001001 | 101000 | 0 | 1000101 | 1000 | 1011111 | 1010000 | 111100 |
Color Harmonies of #8CEB49
Complementary color
Monochromatic Colors of #8CEB49
Black with #8CEB49
Text Example
Text Example
White with #8CEB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEB49; }
p { color: rgb(140,235,73); }
H1.HeaderClassName
{
color: #8CEB49;
}
.AnyTagClassName
{
color: #8CEB49;
}
</style>
background-color css
<style>
a { background-color: #8CEB49; }
a { background-color: rgb(140,235,73); }
div.DivClassName
{
background-color: #8CEB49;
}
.BgClassName
{
background-color: #8CEB49;
}
</style>
border-color css
<style>
span { border-color: #8CEB49; }
span { border-color: rgb(140,235,73); }
td.TdClassName
{
border-color: #8CEB49;
}
.TagClassName
{
border-color: #8CEB49;
}
</style>