Shades of Atlantis #8FDE40
Tints of Atlantis #8FDE40
RGB
CMYK
RGB Variations
Color information
#8FDE40 (or 0x8FDE40) is known color: Atlantis. HEX triplet: 8F, DE and 40. RGB value is (143,222,64). Sum of RGB (Red+Green+Blue) = 143+222+64=429 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.33% from 429); Green value is 222 (87.11% from 255 or 51.75% from 429); Blue value is 64 (25.39% from 255 or 14.92% from 429); Max value from RGB is 222 - color contains mainly: green. Hex color #8FDE40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FDE40 is #7021BF. Grayscale: #B4B4B4. Windows color (decimal): -7348672 or 4251279. OLE color: 4251279.
HSL color Cylindrical-coordinate representation of color #8FDE40: hue angle of 90º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8FDE40 is Cyan = 0.36, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 222 | 64 | - |
| CMYK | 0.36 | 0 | 0.71 | 0.13 |
| HSL | 90º | 0.71% | 0.56% | - |
| HSV(B) | 90º | 0.71% | 0.87% | - |
| XYZ | 38.37 | 58.45 | 14.11 | - |
| YUV | 180.37 | 62.33 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 222 | 64 | 0.36 | 0 | 0.71 | 0.13 | 90 | 0.71 | 0.56 |
| Hex | 8F | DE | 40 | 24 | 0 | 47 | D | 5A | 47 | 38 |
| Octal | 217 | 336 | 100 | 44 | 0 | 107 | 15 | 132 | 107 | 70 |
| Binary | 10001111 | 11011110 | 1000000 | 100100 | 0 | 1000111 | 1101 | 1011010 | 1000111 | 111000 |
Color Harmonies of #8FDE40
Complementary color
Monochromatic Colors of #8FDE40
Black with #8FDE40
Text Example
Text Example
White with #8FDE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDE40; }
p { color: rgb(143,222,64); }
H1.HeaderClassName
{
color: #8FDE40;
}
.AnyTagClassName
{
color: #8FDE40;
}
</style>
background-color css
<style>
a { background-color: #8FDE40; }
a { background-color: rgb(143,222,64); }
div.DivClassName
{
background-color: #8FDE40;
}
.BgClassName
{
background-color: #8FDE40;
}
</style>
border-color css
<style>
span { border-color: #8FDE40; }
span { border-color: rgb(143,222,64); }
td.TdClassName
{
border-color: #8FDE40;
}
.TagClassName
{
border-color: #8FDE40;
}
</style>