Shades of Atlantis #8FDE3F
Tints of Atlantis #8FDE3F
RGB
CMYK
RGB Variations
Color information
#8FDE3F (or 0x8FDE3F) is known color: Atlantis. HEX triplet: 8F, DE and 3F. RGB value is (143,222,63). Sum of RGB (Red+Green+Blue) = 143+222+63=428 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.41% from 428); Green value is 222 (87.11% from 255 or 51.87% from 428); Blue value is 63 (25% from 255 or 14.72% from 428); Max value from RGB is 222 - color contains mainly: green. Hex color #8FDE3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FDE3F is #7021C0. Grayscale: #B4B4B4. Windows color (decimal): -7348673 or 4185743. OLE color: 4185743.
HSL color Cylindrical-coordinate representation of color #8FDE3F: hue angle of 89.81º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8FDE3F is Cyan = 0.36, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 222 | 63 | - |
| CMYK | 0.36 | 0 | 0.72 | 0.13 |
| HSL | 89.81º | 0.71% | 0.56% | - |
| HSV(B) | 89.81º | 0.72% | 0.87% | - |
| XYZ | 38.35 | 58.44 | 13.96 | - |
| YUV | 180.25 | 61.83 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 222 | 63 | 0.36 | 0 | 0.72 | 0.13 | 89.81 | 0.71 | 0.56 |
| Hex | 8F | DE | 3F | 24 | 0 | 48 | D | 5A | 47 | 38 |
| Octal | 217 | 336 | 77 | 44 | 0 | 110 | 15 | 132 | 107 | 70 |
| Binary | 10001111 | 11011110 | 111111 | 100100 | 0 | 1001000 | 1101 | 1011010 | 1000111 | 111000 |
Color Harmonies of #8FDE3F
Complementary color
Monochromatic Colors of #8FDE3F
Black with #8FDE3F
Text Example
Text Example
White with #8FDE3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDE3F; }
p { color: rgb(143,222,63); }
H1.HeaderClassName
{
color: #8FDE3F;
}
.AnyTagClassName
{
color: #8FDE3F;
}
</style>
background-color css
<style>
a { background-color: #8FDE3F; }
a { background-color: rgb(143,222,63); }
div.DivClassName
{
background-color: #8FDE3F;
}
.BgClassName
{
background-color: #8FDE3F;
}
</style>
border-color css
<style>
span { border-color: #8FDE3F; }
span { border-color: rgb(143,222,63); }
td.TdClassName
{
border-color: #8FDE3F;
}
.TagClassName
{
border-color: #8FDE3F;
}
</style>