Shades of Atlantis #8DF450
Tints of Atlantis #8DF450
RGB
CMYK
RGB Variations
Color information
#8DF450 (or 0x8DF450) is known color: Atlantis. HEX triplet: 8D, F4 and 50. RGB value is (141,244,80). Sum of RGB (Red+Green+Blue) = 141+244+80=465 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.32% from 465); Green value is 244 (95.70% from 255 or 52.47% from 465); Blue value is 80 (31.64% from 255 or 17.20% from 465); Max value from RGB is 244 - color contains mainly: green. Hex color #8DF450 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DF450 is #720BAF. Grayscale: #C3C3C3. Windows color (decimal): -7474096 or 5305485. OLE color: 5305485.
HSL color Cylindrical-coordinate representation of color #8DF450: hue angle of 97.68º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8DF450 is Cyan = 0.42, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 141 | 244 | 80 | - |
| CMYK | 0.42 | 0 | 0.67 | 0.04 |
| HSL | 97.68º | 0.88% | 0.64% | - |
| HSV(B) | 97.68º | 0.67% | 0.96% | - |
| XYZ | 44.78 | 70.94 | 18.92 | - |
| YUV | 194.51 | 63.38 | 89.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 244 | 80 | 0.42 | 0 | 0.67 | 0.04 | 97.68 | 0.88 | 0.64 |
| Hex | 8D | F4 | 50 | 2A | 0 | 43 | 4 | 62 | 58 | 40 |
| Octal | 215 | 364 | 120 | 52 | 0 | 103 | 4 | 142 | 130 | 100 |
| Binary | 10001101 | 11110100 | 1010000 | 101010 | 0 | 1000011 | 100 | 1100010 | 1011000 | 1000000 |
Color Harmonies of #8DF450
Complementary color
Monochromatic Colors of #8DF450
Black with #8DF450
Text Example
Text Example
White with #8DF450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF450; }
p { color: rgb(141,244,80); }
H1.HeaderClassName
{
color: #8DF450;
}
.AnyTagClassName
{
color: #8DF450;
}
</style>
background-color css
<style>
a { background-color: #8DF450; }
a { background-color: rgb(141,244,80); }
div.DivClassName
{
background-color: #8DF450;
}
.BgClassName
{
background-color: #8DF450;
}
</style>
border-color css
<style>
span { border-color: #8DF450; }
span { border-color: rgb(141,244,80); }
td.TdClassName
{
border-color: #8DF450;
}
.TagClassName
{
border-color: #8DF450;
}
</style>