Shades of Atlantis #8DF041
Tints of Atlantis #8DF041
RGB
CMYK
RGB Variations
Color information
#8DF041 (or 0x8DF041) is known color: Atlantis. HEX triplet: 8D, F0 and 41. RGB value is (141,240,65). Sum of RGB (Red+Green+Blue) = 141+240+65=446 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.61% from 446); Green value is 240 (94.14% from 255 or 53.81% from 446); Blue value is 65 (25.78% from 255 or 14.57% from 446); Max value from RGB is 240 - color contains mainly: green. Hex color #8DF041 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8DF041 is #720FBE. Grayscale: #BFBFBF. Windows color (decimal): -7475135 or 4321421. OLE color: 4321421.
HSL color Cylindrical-coordinate representation of color #8DF041: hue angle of 93.94º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8DF041 is Cyan = 0.41, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 141 | 240 | 65 | - |
| CMYK | 0.41 | 0 | 0.73 | 0.06 |
| HSL | 93.94º | 0.85% | 0.6% | - |
| HSV(B) | 93.94º | 0.73% | 0.94% | - |
| XYZ | 43.1 | 68.36 | 15.93 | - |
| YUV | 190.45 | 57.2 | 92.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 240 | 65 | 0.41 | 0 | 0.73 | 0.06 | 93.94 | 0.85 | 0.6 |
| Hex | 8D | F0 | 41 | 29 | 0 | 49 | 6 | 5E | 55 | 3C |
| Octal | 215 | 360 | 101 | 51 | 0 | 111 | 6 | 136 | 125 | 74 |
| Binary | 10001101 | 11110000 | 1000001 | 101001 | 0 | 1001001 | 110 | 1011110 | 1010101 | 111100 |
Color Harmonies of #8DF041
Complementary color
Monochromatic Colors of #8DF041
Black with #8DF041
Text Example
Text Example
White with #8DF041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF041; }
p { color: rgb(141,240,65); }
H1.HeaderClassName
{
color: #8DF041;
}
.AnyTagClassName
{
color: #8DF041;
}
</style>
background-color css
<style>
a { background-color: #8DF041; }
a { background-color: rgb(141,240,65); }
div.DivClassName
{
background-color: #8DF041;
}
.BgClassName
{
background-color: #8DF041;
}
</style>
border-color css
<style>
span { border-color: #8DF041; }
span { border-color: rgb(141,240,65); }
td.TdClassName
{
border-color: #8DF041;
}
.TagClassName
{
border-color: #8DF041;
}
</style>