Shades of Atlantis #8DF149
Tints of Atlantis #8DF149
RGB
CMYK
RGB Variations
Color information
#8DF149 (or 0x8DF149) is known color: Atlantis. HEX triplet: 8D, F1 and 49. RGB value is (141,241,73). Sum of RGB (Red+Green+Blue) = 141+241+73=455 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.99% from 455); Green value is 241 (94.53% from 255 or 52.97% from 455); Blue value is 73 (28.91% from 255 or 16.04% from 455); Max value from RGB is 241 - color contains mainly: green. Hex color #8DF149 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8DF149 is #720EB6. Grayscale: #C0C0C0. Windows color (decimal): -7474871 or 4845965. OLE color: 4845965.
HSL color Cylindrical-coordinate representation of color #8DF149: hue angle of 95.71º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8DF149 is Cyan = 0.41, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 241 | 73 | - |
| CMYK | 0.41 | 0 | 0.70 | 0.05 |
| HSL | 95.71º | 0.86% | 0.62% | - |
| HSV(B) | 95.71º | 0.7% | 0.95% | - |
| XYZ | 43.64 | 69.05 | 17.33 | - |
| YUV | 191.95 | 60.87 | 91.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 241 | 73 | 0.41 | 0 | 0.70 | 0.05 | 95.71 | 0.86 | 0.62 |
| Hex | 8D | F1 | 49 | 29 | 0 | 46 | 5 | 60 | 56 | 3E |
| Octal | 215 | 361 | 111 | 51 | 0 | 106 | 5 | 140 | 126 | 76 |
| Binary | 10001101 | 11110001 | 1001001 | 101001 | 0 | 1000110 | 101 | 1100000 | 1010110 | 111110 |
Color Harmonies of #8DF149
Complementary color
Monochromatic Colors of #8DF149
Black with #8DF149
Text Example
Text Example
White with #8DF149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF149; }
p { color: rgb(141,241,73); }
H1.HeaderClassName
{
color: #8DF149;
}
.AnyTagClassName
{
color: #8DF149;
}
</style>
background-color css
<style>
a { background-color: #8DF149; }
a { background-color: rgb(141,241,73); }
div.DivClassName
{
background-color: #8DF149;
}
.BgClassName
{
background-color: #8DF149;
}
</style>
border-color css
<style>
span { border-color: #8DF149; }
span { border-color: rgb(141,241,73); }
td.TdClassName
{
border-color: #8DF149;
}
.TagClassName
{
border-color: #8DF149;
}
</style>