Shades of Atlantis #8CF450
Tints of Atlantis #8CF450
RGB
CMYK
RGB Variations
Color information
#8CF450 (or 0x8CF450) is known color: Atlantis. HEX triplet: 8C, F4 and 50. RGB value is (140,244,80). Sum of RGB (Red+Green+Blue) = 140+244+80=464 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.17% from 464); Green value is 244 (95.70% from 255 or 52.59% from 464); Blue value is 80 (31.64% from 255 or 17.24% from 464); Max value from RGB is 244 - color contains mainly: green. Hex color #8CF450 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CF450 is #730BAF. Grayscale: #C2C2C2. Windows color (decimal): -7539632 or 5305484. OLE color: 5305484.
HSL color Cylindrical-coordinate representation of color #8CF450: hue angle of 98.05º 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 #8CF450 is Cyan = 0.43, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 140 | 244 | 80 | - |
| CMYK | 0.43 | 0 | 0.67 | 0.04 |
| HSL | 98.05º | 0.88% | 0.64% | - |
| HSV(B) | 98.05º | 0.67% | 0.96% | - |
| XYZ | 44.61 | 70.86 | 18.91 | - |
| YUV | 194.21 | 63.54 | 89.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 244 | 80 | 0.43 | 0 | 0.67 | 0.04 | 98.05 | 0.88 | 0.64 |
| Hex | 8C | F4 | 50 | 2B | 0 | 43 | 4 | 62 | 58 | 40 |
| Octal | 214 | 364 | 120 | 53 | 0 | 103 | 4 | 142 | 130 | 100 |
| Binary | 10001100 | 11110100 | 1010000 | 101011 | 0 | 1000011 | 100 | 1100010 | 1011000 | 1000000 |
Color Harmonies of #8CF450
Complementary color
Monochromatic Colors of #8CF450
Black with #8CF450
Text Example
Text Example
White with #8CF450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF450; }
p { color: rgb(140,244,80); }
H1.HeaderClassName
{
color: #8CF450;
}
.AnyTagClassName
{
color: #8CF450;
}
</style>
background-color css
<style>
a { background-color: #8CF450; }
a { background-color: rgb(140,244,80); }
div.DivClassName
{
background-color: #8CF450;
}
.BgClassName
{
background-color: #8CF450;
}
</style>
border-color css
<style>
span { border-color: #8CF450; }
span { border-color: rgb(140,244,80); }
td.TdClassName
{
border-color: #8CF450;
}
.TagClassName
{
border-color: #8CF450;
}
</style>