Shades of Atlantis #8FE63D
Tints of Atlantis #8FE63D
RGB
CMYK
RGB Variations
Color information
#8FE63D (or 0x8FE63D) is known color: Atlantis. HEX triplet: 8F, E6 and 3D. RGB value is (143,230,61). Sum of RGB (Red+Green+Blue) = 143+230+61=434 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.95% from 434); Green value is 230 (90.23% from 255 or 53.00% from 434); Blue value is 61 (24.22% from 255 or 14.06% from 434); Max value from RGB is 230 - color contains mainly: green. Hex color #8FE63D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8FE63D is #7019C2. Grayscale: #B9B9B9. Windows color (decimal): -7346627 or 4056719. OLE color: 4056719.
HSL color Cylindrical-coordinate representation of color #8FE63D: hue angle of 90.89º 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 #8FE63D is Cyan = 0.38, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 143 | 230 | 61 | - |
| CMYK | 0.38 | 0 | 0.73 | 0.10 |
| HSL | 90.89º | 0.77% | 0.57% | - |
| HSV(B) | 90.89º | 0.73% | 0.9% | - |
| XYZ | 40.47 | 62.77 | 14.4 | - |
| YUV | 184.72 | 58.18 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 230 | 61 | 0.38 | 0 | 0.73 | 0.10 | 90.89 | 0.77 | 0.57 |
| Hex | 8F | E6 | 3D | 26 | 0 | 49 | A | 5B | 4D | 39 |
| Octal | 217 | 346 | 75 | 46 | 0 | 111 | 12 | 133 | 115 | 71 |
| Binary | 10001111 | 11100110 | 111101 | 100110 | 0 | 1001001 | 1010 | 1011011 | 1001101 | 111001 |
Color Harmonies of #8FE63D
Complementary color
Monochromatic Colors of #8FE63D
Black with #8FE63D
Text Example
Text Example
White with #8FE63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE63D; }
p { color: rgb(143,230,61); }
H1.HeaderClassName
{
color: #8FE63D;
}
.AnyTagClassName
{
color: #8FE63D;
}
</style>
background-color css
<style>
a { background-color: #8FE63D; }
a { background-color: rgb(143,230,61); }
div.DivClassName
{
background-color: #8FE63D;
}
.BgClassName
{
background-color: #8FE63D;
}
</style>
border-color css
<style>
span { border-color: #8FE63D; }
span { border-color: rgb(143,230,61); }
td.TdClassName
{
border-color: #8FE63D;
}
.TagClassName
{
border-color: #8FE63D;
}
</style>