Shades of Atlantis #8CE749
Tints of Atlantis #8CE749
RGB
CMYK
RGB Variations
Color information
#8CE749 (or 0x8CE749) is known color: Atlantis. HEX triplet: 8C, E7 and 49. RGB value is (140,231,73). Sum of RGB (Red+Green+Blue) = 140+231+73=444 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.53% from 444); Green value is 231 (90.62% from 255 or 52.03% from 444); Blue value is 73 (28.91% from 255 or 16.44% from 444); Max value from RGB is 231 - color contains mainly: green. Hex color #8CE749 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CE749 is #7318B6. Grayscale: #BABABA. Windows color (decimal): -7542967 or 4843404. OLE color: 4843404.
HSL color Cylindrical-coordinate representation of color #8CE749: hue angle of 94.56º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8CE749 is Cyan = 0.39, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 140 | 231 | 73 | - |
| CMYK | 0.39 | 0 | 0.68 | 0.09 |
| HSL | 94.56º | 0.77% | 0.6% | - |
| HSV(B) | 94.56º | 0.68% | 0.91% | - |
| XYZ | 40.59 | 63.21 | 16.36 | - |
| YUV | 185.78 | 64.35 | 95.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 231 | 73 | 0.39 | 0 | 0.68 | 0.09 | 94.56 | 0.77 | 0.6 |
| Hex | 8C | E7 | 49 | 27 | 0 | 44 | 9 | 5F | 4D | 3C |
| Octal | 214 | 347 | 111 | 47 | 0 | 104 | 11 | 137 | 115 | 74 |
| Binary | 10001100 | 11100111 | 1001001 | 100111 | 0 | 1000100 | 1001 | 1011111 | 1001101 | 111100 |
Color Harmonies of #8CE749
Complementary color
Monochromatic Colors of #8CE749
Black with #8CE749
Text Example
Text Example
White with #8CE749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE749; }
p { color: rgb(140,231,73); }
H1.HeaderClassName
{
color: #8CE749;
}
.AnyTagClassName
{
color: #8CE749;
}
</style>
background-color css
<style>
a { background-color: #8CE749; }
a { background-color: rgb(140,231,73); }
div.DivClassName
{
background-color: #8CE749;
}
.BgClassName
{
background-color: #8CE749;
}
</style>
border-color css
<style>
span { border-color: #8CE749; }
span { border-color: rgb(140,231,73); }
td.TdClassName
{
border-color: #8CE749;
}
.TagClassName
{
border-color: #8CE749;
}
</style>