Shades of Atlantis #8DF048
Tints of Atlantis #8DF048
RGB
CMYK
RGB Variations
Color information
#8DF048 (or 0x8DF048) is known color: Atlantis. HEX triplet: 8D, F0 and 48. RGB value is (141,240,72). Sum of RGB (Red+Green+Blue) = 141+240+72=453 (60% of max value = 765). Red value is 141 (55.47% from 255 or 31.13% from 453); Green value is 240 (94.14% from 255 or 52.98% from 453); Blue value is 72 (28.52% from 255 or 15.89% from 453); Max value from RGB is 240 - color contains mainly: green. Hex color #8DF048 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8DF048 is #720FB7. Grayscale: #BFBFBF. Windows color (decimal): -7475128 or 4780173. OLE color: 4780173.
HSL color Cylindrical-coordinate representation of color #8DF048: hue angle of 95.36º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8DF048 is Cyan = 0.41, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 141 | 240 | 72 | - |
| CMYK | 0.41 | 0 | 0.7 | 0.06 |
| HSL | 95.36º | 0.85% | 0.61% | - |
| HSV(B) | 95.36º | 0.7% | 0.94% | - |
| XYZ | 43.31 | 68.45 | 17.06 | - |
| YUV | 191.25 | 60.7 | 92.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 240 | 72 | 0.41 | 0 | 0.7 | 0.06 | 95.36 | 0.85 | 0.61 |
| Hex | 8D | F0 | 48 | 29 | 0 | 46 | 6 | 5F | 55 | 3D |
| Octal | 215 | 360 | 110 | 51 | 0 | 106 | 6 | 137 | 125 | 75 |
| Binary | 10001101 | 11110000 | 1001000 | 101001 | 0 | 1000110 | 110 | 1011111 | 1010101 | 111101 |
Color Harmonies of #8DF048
Complementary color
Monochromatic Colors of #8DF048
Black with #8DF048
Text Example
Text Example
White with #8DF048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF048; }
p { color: rgb(141,240,72); }
H1.HeaderClassName
{
color: #8DF048;
}
.AnyTagClassName
{
color: #8DF048;
}
</style>
background-color css
<style>
a { background-color: #8DF048; }
a { background-color: rgb(141,240,72); }
div.DivClassName
{
background-color: #8DF048;
}
.BgClassName
{
background-color: #8DF048;
}
</style>
border-color css
<style>
span { border-color: #8DF048; }
span { border-color: rgb(141,240,72); }
td.TdClassName
{
border-color: #8DF048;
}
.TagClassName
{
border-color: #8DF048;
}
</style>