Shades of Atlantis #8DF145
Tints of Atlantis #8DF145
RGB
CMYK
RGB Variations
Color information
#8DF145 (or 0x8DF145) is known color: Atlantis. HEX triplet: 8D, F1 and 45. RGB value is (141,241,69). Sum of RGB (Red+Green+Blue) = 141+241+69=451 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.26% from 451); Green value is 241 (94.53% from 255 or 53.44% from 451); Blue value is 69 (27.34% from 255 or 15.30% from 451); Max value from RGB is 241 - color contains mainly: green. Hex color #8DF145 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8DF145 is #720EBA. Grayscale: #C0C0C0. Windows color (decimal): -7474875 or 4583821. OLE color: 4583821.
HSL color Cylindrical-coordinate representation of color #8DF145: hue angle of 94.88º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8DF145 is Cyan = 0.41, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 241 | 69 | - |
| CMYK | 0.41 | 0 | 0.71 | 0.05 |
| HSL | 94.88º | 0.86% | 0.61% | - |
| HSV(B) | 94.88º | 0.71% | 0.95% | - |
| XYZ | 43.51 | 69 | 16.66 | - |
| YUV | 191.49 | 58.87 | 91.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 241 | 69 | 0.41 | 0 | 0.71 | 0.05 | 94.88 | 0.86 | 0.61 |
| Hex | 8D | F1 | 45 | 29 | 0 | 47 | 5 | 5F | 56 | 3D |
| Octal | 215 | 361 | 105 | 51 | 0 | 107 | 5 | 137 | 126 | 75 |
| Binary | 10001101 | 11110001 | 1000101 | 101001 | 0 | 1000111 | 101 | 1011111 | 1010110 | 111101 |
Color Harmonies of #8DF145
Complementary color
Monochromatic Colors of #8DF145
Black with #8DF145
Text Example
Text Example
White with #8DF145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF145; }
p { color: rgb(141,241,69); }
H1.HeaderClassName
{
color: #8DF145;
}
.AnyTagClassName
{
color: #8DF145;
}
</style>
background-color css
<style>
a { background-color: #8DF145; }
a { background-color: rgb(141,241,69); }
div.DivClassName
{
background-color: #8DF145;
}
.BgClassName
{
background-color: #8DF145;
}
</style>
border-color css
<style>
span { border-color: #8DF145; }
span { border-color: rgb(141,241,69); }
td.TdClassName
{
border-color: #8DF145;
}
.TagClassName
{
border-color: #8DF145;
}
</style>