Shades of Atlantis #8FDE41
Tints of Atlantis #8FDE41
RGB
CMYK
RGB Variations
Color information
#8FDE41 (or 0x8FDE41) is known color: Atlantis. HEX triplet: 8F, DE and 41. RGB value is (143,222,65). Sum of RGB (Red+Green+Blue) = 143+222+65=430 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.26% from 430); Green value is 222 (87.11% from 255 or 51.63% from 430); Blue value is 65 (25.78% from 255 or 15.12% from 430); Max value from RGB is 222 - color contains mainly: green. Hex color #8FDE41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FDE41 is #7021BE. Grayscale: #B5B5B5. Windows color (decimal): -7348671 or 4316815. OLE color: 4316815.
HSL color Cylindrical-coordinate representation of color #8FDE41: hue angle of 90.19º degrees, saturation: 0.7, 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 #8FDE41 is Cyan = 0.36, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 222 | 65 | - |
| CMYK | 0.36 | 0 | 0.71 | 0.13 |
| HSL | 90.19º | 0.7% | 0.56% | - |
| HSV(B) | 90.19º | 0.71% | 0.87% | - |
| XYZ | 38.4 | 58.46 | 14.26 | - |
| YUV | 180.48 | 62.83 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 222 | 65 | 0.36 | 0 | 0.71 | 0.13 | 90.19 | 0.7 | 0.56 |
| Hex | 8F | DE | 41 | 24 | 0 | 47 | D | 5A | 46 | 38 |
| Octal | 217 | 336 | 101 | 44 | 0 | 107 | 15 | 132 | 106 | 70 |
| Binary | 10001111 | 11011110 | 1000001 | 100100 | 0 | 1000111 | 1101 | 1011010 | 1000110 | 111000 |
Color Harmonies of #8FDE41
Complementary color
Monochromatic Colors of #8FDE41
Black with #8FDE41
Text Example
Text Example
White with #8FDE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDE41; }
p { color: rgb(143,222,65); }
H1.HeaderClassName
{
color: #8FDE41;
}
.AnyTagClassName
{
color: #8FDE41;
}
</style>
background-color css
<style>
a { background-color: #8FDE41; }
a { background-color: rgb(143,222,65); }
div.DivClassName
{
background-color: #8FDE41;
}
.BgClassName
{
background-color: #8FDE41;
}
</style>
border-color css
<style>
span { border-color: #8FDE41; }
span { border-color: rgb(143,222,65); }
td.TdClassName
{
border-color: #8FDE41;
}
.TagClassName
{
border-color: #8FDE41;
}
</style>