Shades of Atlantis #8DF141
Tints of Atlantis #8DF141
RGB
CMYK
RGB Variations
Color information
#8DF141 (or 0x8DF141) is known color: Atlantis. HEX triplet: 8D, F1 and 41. RGB value is (141,241,65). Sum of RGB (Red+Green+Blue) = 141+241+65=447 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.54% from 447); Green value is 241 (94.53% from 255 or 53.91% from 447); Blue value is 65 (25.78% from 255 or 14.54% from 447); Max value from RGB is 241 - color contains mainly: green. Hex color #8DF141 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8DF141 is #720EBE. Grayscale: #BFBFBF. Windows color (decimal): -7474879 or 4321677. OLE color: 4321677.
HSL color Cylindrical-coordinate representation of color #8DF141: hue angle of 94.09º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8DF141 is Cyan = 0.41, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 241 | 65 | - |
| CMYK | 0.41 | 0 | 0.73 | 0.05 |
| HSL | 94.09º | 0.86% | 0.6% | - |
| HSV(B) | 94.09º | 0.73% | 0.95% | - |
| XYZ | 43.39 | 68.95 | 16.02 | - |
| YUV | 191.04 | 56.87 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 241 | 65 | 0.41 | 0 | 0.73 | 0.05 | 94.09 | 0.86 | 0.6 |
| Hex | 8D | F1 | 41 | 29 | 0 | 49 | 5 | 5E | 56 | 3C |
| Octal | 215 | 361 | 101 | 51 | 0 | 111 | 5 | 136 | 126 | 74 |
| Binary | 10001101 | 11110001 | 1000001 | 101001 | 0 | 1001001 | 101 | 1011110 | 1010110 | 111100 |
Color Harmonies of #8DF141
Complementary color
Monochromatic Colors of #8DF141
Black with #8DF141
Text Example
Text Example
White with #8DF141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF141; }
p { color: rgb(141,241,65); }
H1.HeaderClassName
{
color: #8DF141;
}
.AnyTagClassName
{
color: #8DF141;
}
</style>
background-color css
<style>
a { background-color: #8DF141; }
a { background-color: rgb(141,241,65); }
div.DivClassName
{
background-color: #8DF141;
}
.BgClassName
{
background-color: #8DF141;
}
</style>
border-color css
<style>
span { border-color: #8DF141; }
span { border-color: rgb(141,241,65); }
td.TdClassName
{
border-color: #8DF141;
}
.TagClassName
{
border-color: #8DF141;
}
</style>