Shades of Atlantis #8CE83F
Tints of Atlantis #8CE83F
RGB
CMYK
RGB Variations
Color information
#8CE83F (or 0x8CE83F) is known color: Atlantis. HEX triplet: 8C, E8 and 3F. RGB value is (140,232,63). Sum of RGB (Red+Green+Blue) = 140+232+63=435 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.18% from 435); Green value is 232 (91.02% from 255 or 53.33% from 435); Blue value is 63 (25% from 255 or 14.48% from 435); Max value from RGB is 232 - color contains mainly: green. Hex color #8CE83F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CE83F is #7317C0. Grayscale: #B9B9B9. Windows color (decimal): -7542721 or 4188300. OLE color: 4188300.
HSL color Cylindrical-coordinate representation of color #8CE83F: hue angle of 92.66º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8CE83F is Cyan = 0.40, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 140 | 232 | 63 | - |
| CMYK | 0.40 | 0 | 0.73 | 0.09 |
| HSL | 92.66º | 0.79% | 0.58% | - |
| HSV(B) | 92.66º | 0.73% | 0.91% | - |
| XYZ | 40.57 | 63.65 | 14.85 | - |
| YUV | 185.23 | 59.02 | 95.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 232 | 63 | 0.40 | 0 | 0.73 | 0.09 | 92.66 | 0.79 | 0.58 |
| Hex | 8C | E8 | 3F | 28 | 0 | 49 | 9 | 5D | 4F | 3A |
| Octal | 214 | 350 | 77 | 50 | 0 | 111 | 11 | 135 | 117 | 72 |
| Binary | 10001100 | 11101000 | 111111 | 101000 | 0 | 1001001 | 1001 | 1011101 | 1001111 | 111010 |
Color Harmonies of #8CE83F
Complementary color
Monochromatic Colors of #8CE83F
Black with #8CE83F
Text Example
Text Example
White with #8CE83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE83F; }
p { color: rgb(140,232,63); }
H1.HeaderClassName
{
color: #8CE83F;
}
.AnyTagClassName
{
color: #8CE83F;
}
</style>
background-color css
<style>
a { background-color: #8CE83F; }
a { background-color: rgb(140,232,63); }
div.DivClassName
{
background-color: #8CE83F;
}
.BgClassName
{
background-color: #8CE83F;
}
</style>
border-color css
<style>
span { border-color: #8CE83F; }
span { border-color: rgb(140,232,63); }
td.TdClassName
{
border-color: #8CE83F;
}
.TagClassName
{
border-color: #8CE83F;
}
</style>