Shades of Atlantis #8CF051
Tints of Atlantis #8CF051
RGB
CMYK
RGB Variations
Color information
#8CF051 (or 0x8CF051) is known color: Atlantis. HEX triplet: 8C, F0 and 51. RGB value is (140,240,81). Sum of RGB (Red+Green+Blue) = 140+240+81=461 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.37% from 461); Green value is 240 (94.14% from 255 or 52.06% from 461); Blue value is 81 (32.03% from 255 or 17.57% from 461); Max value from RGB is 240 - color contains mainly: green. Hex color #8CF051 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CF051 is #730FAE. Grayscale: #C0C0C0. Windows color (decimal): -7540655 or 5369996. OLE color: 5369996.
HSL color Cylindrical-coordinate representation of color #8CF051: hue angle of 97.74º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8CF051 is Cyan = 0.42, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 240 | 81 | - |
| CMYK | 0.42 | 0 | 0.66 | 0.06 |
| HSL | 97.74º | 0.84% | 0.63% | - |
| HSV(B) | 97.74º | 0.66% | 0.94% | - |
| XYZ | 43.46 | 68.49 | 18.71 | - |
| YUV | 191.97 | 65.37 | 90.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 240 | 81 | 0.42 | 0 | 0.66 | 0.06 | 97.74 | 0.84 | 0.63 |
| Hex | 8C | F0 | 51 | 2A | 0 | 42 | 6 | 62 | 54 | 3F |
| Octal | 214 | 360 | 121 | 52 | 0 | 102 | 6 | 142 | 124 | 77 |
| Binary | 10001100 | 11110000 | 1010001 | 101010 | 0 | 1000010 | 110 | 1100010 | 1010100 | 111111 |
Color Harmonies of #8CF051
Complementary color
Monochromatic Colors of #8CF051
Black with #8CF051
Text Example
Text Example
White with #8CF051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF051; }
p { color: rgb(140,240,81); }
H1.HeaderClassName
{
color: #8CF051;
}
.AnyTagClassName
{
color: #8CF051;
}
</style>
background-color css
<style>
a { background-color: #8CF051; }
a { background-color: rgb(140,240,81); }
div.DivClassName
{
background-color: #8CF051;
}
.BgClassName
{
background-color: #8CF051;
}
</style>
border-color css
<style>
span { border-color: #8CF051; }
span { border-color: rgb(140,240,81); }
td.TdClassName
{
border-color: #8CF051;
}
.TagClassName
{
border-color: #8CF051;
}
</style>