Shades of Atlantis #8CF052
Tints of Atlantis #8CF052
RGB
CMYK
RGB Variations
Color information
#8CF052 (or 0x8CF052) is known color: Atlantis. HEX triplet: 8C, F0 and 52. RGB value is (140,240,82). Sum of RGB (Red+Green+Blue) = 140+240+82=462 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.30% from 462); Green value is 240 (94.14% from 255 or 51.95% from 462); Blue value is 82 (32.42% from 255 or 17.75% from 462); Max value from RGB is 240 - color contains mainly: green. Hex color #8CF052 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CF052 is #730FAD. Grayscale: #C0C0C0. Windows color (decimal): -7540654 or 5435532. OLE color: 5435532.
HSL color Cylindrical-coordinate representation of color #8CF052: hue angle of 97.97º 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 #8CF052 is Cyan = 0.42, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 240 | 82 | - |
| CMYK | 0.42 | 0 | 0.66 | 0.06 |
| HSL | 97.97º | 0.84% | 0.63% | - |
| HSV(B) | 97.97º | 0.66% | 0.94% | - |
| XYZ | 43.5 | 68.5 | 18.91 | - |
| YUV | 192.09 | 65.87 | 90.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 240 | 82 | 0.42 | 0 | 0.66 | 0.06 | 97.97 | 0.84 | 0.63 |
| Hex | 8C | F0 | 52 | 2A | 0 | 42 | 6 | 62 | 54 | 3F |
| Octal | 214 | 360 | 122 | 52 | 0 | 102 | 6 | 142 | 124 | 77 |
| Binary | 10001100 | 11110000 | 1010010 | 101010 | 0 | 1000010 | 110 | 1100010 | 1010100 | 111111 |
Color Harmonies of #8CF052
Complementary color
Monochromatic Colors of #8CF052
Black with #8CF052
Text Example
Text Example
White with #8CF052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF052; }
p { color: rgb(140,240,82); }
H1.HeaderClassName
{
color: #8CF052;
}
.AnyTagClassName
{
color: #8CF052;
}
</style>
background-color css
<style>
a { background-color: #8CF052; }
a { background-color: rgb(140,240,82); }
div.DivClassName
{
background-color: #8CF052;
}
.BgClassName
{
background-color: #8CF052;
}
</style>
border-color css
<style>
span { border-color: #8CF052; }
span { border-color: rgb(140,240,82); }
td.TdClassName
{
border-color: #8CF052;
}
.TagClassName
{
border-color: #8CF052;
}
</style>