Shades of Atlantis #8CE63F
Tints of Atlantis #8CE63F
RGB
CMYK
RGB Variations
Color information
#8CE63F (or 0x8CE63F) is known color: Atlantis. HEX triplet: 8C, E6 and 3F. RGB value is (140,230,63). Sum of RGB (Red+Green+Blue) = 140+230+63=433 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.33% from 433); Green value is 230 (90.23% from 255 or 53.12% from 433); Blue value is 63 (25% from 255 or 14.55% from 433); Max value from RGB is 230 - color contains mainly: green. Hex color #8CE63F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CE63F is #7319C0. Grayscale: #B8B8B8. Windows color (decimal): -7543233 or 4187788. OLE color: 4187788.
HSL color Cylindrical-coordinate representation of color #8CE63F: hue angle of 92.34º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8CE63F is Cyan = 0.39, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 140 | 230 | 63 | - |
| CMYK | 0.39 | 0 | 0.73 | 0.10 |
| HSL | 92.34º | 0.77% | 0.57% | - |
| HSV(B) | 92.34º | 0.73% | 0.9% | - |
| XYZ | 40.01 | 62.53 | 14.66 | - |
| YUV | 184.05 | 59.68 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 230 | 63 | 0.39 | 0 | 0.73 | 0.10 | 92.34 | 0.77 | 0.57 |
| Hex | 8C | E6 | 3F | 27 | 0 | 49 | A | 5C | 4D | 39 |
| Octal | 214 | 346 | 77 | 47 | 0 | 111 | 12 | 134 | 115 | 71 |
| Binary | 10001100 | 11100110 | 111111 | 100111 | 0 | 1001001 | 1010 | 1011100 | 1001101 | 111001 |
Color Harmonies of #8CE63F
Complementary color
Monochromatic Colors of #8CE63F
Black with #8CE63F
Text Example
Text Example
White with #8CE63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE63F; }
p { color: rgb(140,230,63); }
H1.HeaderClassName
{
color: #8CE63F;
}
.AnyTagClassName
{
color: #8CE63F;
}
</style>
background-color css
<style>
a { background-color: #8CE63F; }
a { background-color: rgb(140,230,63); }
div.DivClassName
{
background-color: #8CE63F;
}
.BgClassName
{
background-color: #8CE63F;
}
</style>
border-color css
<style>
span { border-color: #8CE63F; }
span { border-color: rgb(140,230,63); }
td.TdClassName
{
border-color: #8CE63F;
}
.TagClassName
{
border-color: #8CE63F;
}
</style>