Shades of Atlantis #8CE84B
Tints of Atlantis #8CE84B
RGB
CMYK
RGB Variations
Color information
#8CE84B (or 0x8CE84B) is known color: Atlantis. HEX triplet: 8C, E8 and 4B. RGB value is (140,232,75). Sum of RGB (Red+Green+Blue) = 140+232+75=447 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.32% from 447); Green value is 232 (91.02% from 255 or 51.90% from 447); Blue value is 75 (29.69% from 255 or 16.78% from 447); Max value from RGB is 232 - color contains mainly: green. Hex color #8CE84B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CE84B is #7317B4. Grayscale: #BBBBBB. Windows color (decimal): -7542709 or 4974732. OLE color: 4974732.
HSL color Cylindrical-coordinate representation of color #8CE84B: hue angle of 95.16º 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 #8CE84B is Cyan = 0.40, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 140 | 232 | 75 | - |
| CMYK | 0.40 | 0 | 0.68 | 0.09 |
| HSL | 95.16º | 0.77% | 0.6% | - |
| HSV(B) | 95.16º | 0.68% | 0.91% | - |
| XYZ | 40.94 | 63.8 | 16.81 | - |
| YUV | 186.59 | 65.02 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 232 | 75 | 0.40 | 0 | 0.68 | 0.09 | 95.16 | 0.77 | 0.6 |
| Hex | 8C | E8 | 4B | 28 | 0 | 44 | 9 | 5F | 4D | 3C |
| Octal | 214 | 350 | 113 | 50 | 0 | 104 | 11 | 137 | 115 | 74 |
| Binary | 10001100 | 11101000 | 1001011 | 101000 | 0 | 1000100 | 1001 | 1011111 | 1001101 | 111100 |
Color Harmonies of #8CE84B
Complementary color
Monochromatic Colors of #8CE84B
Black with #8CE84B
Text Example
Text Example
White with #8CE84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE84B; }
p { color: rgb(140,232,75); }
H1.HeaderClassName
{
color: #8CE84B;
}
.AnyTagClassName
{
color: #8CE84B;
}
</style>
background-color css
<style>
a { background-color: #8CE84B; }
a { background-color: rgb(140,232,75); }
div.DivClassName
{
background-color: #8CE84B;
}
.BgClassName
{
background-color: #8CE84B;
}
</style>
border-color css
<style>
span { border-color: #8CE84B; }
span { border-color: rgb(140,232,75); }
td.TdClassName
{
border-color: #8CE84B;
}
.TagClassName
{
border-color: #8CE84B;
}
</style>