Shades of Atlantis #8CF550
Tints of Atlantis #8CF550
RGB
CMYK
RGB Variations
Color information
#8CF550 (or 0x8CF550) is known color: Atlantis. HEX triplet: 8C, F5 and 50. RGB value is (140,245,80). Sum of RGB (Red+Green+Blue) = 140+245+80=465 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.11% from 465); Green value is 245 (96.09% from 255 or 52.69% from 465); Blue value is 80 (31.64% from 255 or 17.20% from 465); Max value from RGB is 245 - color contains mainly: green. Hex color #8CF550 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CF550 is #730AAF. Grayscale: #C3C3C3. Windows color (decimal): -7539376 or 5305740. OLE color: 5305740.
HSL color Cylindrical-coordinate representation of color #8CF550: hue angle of 98.18º degrees, saturation: 0.89, 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 #8CF550 is Cyan = 0.43, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 140 | 245 | 80 | - |
| CMYK | 0.43 | 0 | 0.67 | 0.04 |
| HSL | 98.18º | 0.89% | 0.64% | - |
| HSV(B) | 98.18º | 0.67% | 0.96% | - |
| XYZ | 44.92 | 71.46 | 19.02 | - |
| YUV | 194.8 | 63.21 | 88.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 245 | 80 | 0.43 | 0 | 0.67 | 0.04 | 98.18 | 0.89 | 0.64 |
| Hex | 8C | F5 | 50 | 2B | 0 | 43 | 4 | 62 | 59 | 40 |
| Octal | 214 | 365 | 120 | 53 | 0 | 103 | 4 | 142 | 131 | 100 |
| Binary | 10001100 | 11110101 | 1010000 | 101011 | 0 | 1000011 | 100 | 1100010 | 1011001 | 1000000 |
Color Harmonies of #8CF550
Complementary color
Monochromatic Colors of #8CF550
Black with #8CF550
Text Example
Text Example
White with #8CF550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF550; }
p { color: rgb(140,245,80); }
H1.HeaderClassName
{
color: #8CF550;
}
.AnyTagClassName
{
color: #8CF550;
}
</style>
background-color css
<style>
a { background-color: #8CF550; }
a { background-color: rgb(140,245,80); }
div.DivClassName
{
background-color: #8CF550;
}
.BgClassName
{
background-color: #8CF550;
}
</style>
border-color css
<style>
span { border-color: #8CF550; }
span { border-color: rgb(140,245,80); }
td.TdClassName
{
border-color: #8CF550;
}
.TagClassName
{
border-color: #8CF550;
}
</style>