Shades of Atlantis #8CF03D
Tints of Atlantis #8CF03D
RGB
CMYK
RGB Variations
Color information
#8CF03D (or 0x8CF03D) is known color: Atlantis. HEX triplet: 8C, F0 and 3D. RGB value is (140,240,61). Sum of RGB (Red+Green+Blue) = 140+240+61=441 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.75% from 441); Green value is 240 (94.14% from 255 or 54.42% from 441); Blue value is 61 (24.22% from 255 or 13.83% from 441); Max value from RGB is 240 - color contains mainly: green. Hex color #8CF03D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CF03D is #730FC2. Grayscale: #BEBEBE. Windows color (decimal): -7540675 or 4059276. OLE color: 4059276.
HSL color Cylindrical-coordinate representation of color #8CF03D: hue angle of 93.52º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8CF03D is Cyan = 0.42, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 240 | 61 | - |
| CMYK | 0.42 | 0 | 0.75 | 0.06 |
| HSL | 93.52º | 0.86% | 0.59% | - |
| HSV(B) | 93.52º | 0.75% | 0.94% | - |
| XYZ | 42.82 | 68.23 | 15.33 | - |
| YUV | 189.69 | 55.37 | 92.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 240 | 61 | 0.42 | 0 | 0.75 | 0.06 | 93.52 | 0.86 | 0.59 |
| Hex | 8C | F0 | 3D | 2A | 0 | 4B | 6 | 5E | 56 | 3B |
| Octal | 214 | 360 | 75 | 52 | 0 | 113 | 6 | 136 | 126 | 73 |
| Binary | 10001100 | 11110000 | 111101 | 101010 | 0 | 1001011 | 110 | 1011110 | 1010110 | 111011 |
Color Harmonies of #8CF03D
Complementary color
Monochromatic Colors of #8CF03D
Black with #8CF03D
Text Example
Text Example
White with #8CF03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF03D; }
p { color: rgb(140,240,61); }
H1.HeaderClassName
{
color: #8CF03D;
}
.AnyTagClassName
{
color: #8CF03D;
}
</style>
background-color css
<style>
a { background-color: #8CF03D; }
a { background-color: rgb(140,240,61); }
div.DivClassName
{
background-color: #8CF03D;
}
.BgClassName
{
background-color: #8CF03D;
}
</style>
border-color css
<style>
span { border-color: #8CF03D; }
span { border-color: rgb(140,240,61); }
td.TdClassName
{
border-color: #8CF03D;
}
.TagClassName
{
border-color: #8CF03D;
}
</style>