Shades of Atlantis #8CF34D
Tints of Atlantis #8CF34D
RGB
CMYK
RGB Variations
Color information
#8CF34D (or 0x8CF34D) is known color: Atlantis. HEX triplet: 8C, F3 and 4D. RGB value is (140,243,77). Sum of RGB (Red+Green+Blue) = 140+243+77=460 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.43% from 460); Green value is 243 (95.31% from 255 or 52.83% from 460); Blue value is 77 (30.47% from 255 or 16.74% from 460); Max value from RGB is 243 - color contains mainly: green. Hex color #8CF34D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CF34D is #730CB2. Grayscale: #C1C1C1. Windows color (decimal): -7539891 or 5108620. OLE color: 5108620.
HSL color Cylindrical-coordinate representation of color #8CF34D: hue angle of 97.23º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8CF34D is Cyan = 0.42, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 243 | 77 | - |
| CMYK | 0.42 | 0 | 0.68 | 0.05 |
| HSL | 97.23º | 0.87% | 0.63% | - |
| HSV(B) | 97.23º | 0.68% | 0.95% | - |
| XYZ | 44.21 | 70.21 | 18.24 | - |
| YUV | 193.28 | 62.38 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 243 | 77 | 0.42 | 0 | 0.68 | 0.05 | 97.23 | 0.87 | 0.63 |
| Hex | 8C | F3 | 4D | 2A | 0 | 44 | 5 | 61 | 57 | 3F |
| Octal | 214 | 363 | 115 | 52 | 0 | 104 | 5 | 141 | 127 | 77 |
| Binary | 10001100 | 11110011 | 1001101 | 101010 | 0 | 1000100 | 101 | 1100001 | 1010111 | 111111 |
Color Harmonies of #8CF34D
Complementary color
Monochromatic Colors of #8CF34D
Black with #8CF34D
Text Example
Text Example
White with #8CF34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF34D; }
p { color: rgb(140,243,77); }
H1.HeaderClassName
{
color: #8CF34D;
}
.AnyTagClassName
{
color: #8CF34D;
}
</style>
background-color css
<style>
a { background-color: #8CF34D; }
a { background-color: rgb(140,243,77); }
div.DivClassName
{
background-color: #8CF34D;
}
.BgClassName
{
background-color: #8CF34D;
}
</style>
border-color css
<style>
span { border-color: #8CF34D; }
span { border-color: rgb(140,243,77); }
td.TdClassName
{
border-color: #8CF34D;
}
.TagClassName
{
border-color: #8CF34D;
}
</style>