Shades of Atlantis #8DF03D
Tints of Atlantis #8DF03D
RGB
CMYK
RGB Variations
Color information
#8DF03D (or 0x8DF03D) is known color: Atlantis. HEX triplet: 8D, F0 and 3D. RGB value is (141,240,61). Sum of RGB (Red+Green+Blue) = 141+240+61=442 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.90% from 442); Green value is 240 (94.14% from 255 or 54.30% from 442); Blue value is 61 (24.22% from 255 or 13.80% from 442); Max value from RGB is 240 - color contains mainly: green. Hex color #8DF03D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8DF03D is #720FC2. Grayscale: #BEBEBE. Windows color (decimal): -7475139 or 4059277. OLE color: 4059277.
HSL color Cylindrical-coordinate representation of color #8DF03D: hue angle of 93.18º 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 #8DF03D is Cyan = 0.41, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 141 | 240 | 61 | - |
| CMYK | 0.41 | 0 | 0.75 | 0.06 |
| HSL | 93.18º | 0.86% | 0.59% | - |
| HSV(B) | 93.18º | 0.75% | 0.94% | - |
| XYZ | 42.99 | 68.32 | 15.34 | - |
| YUV | 189.99 | 55.2 | 93.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 240 | 61 | 0.41 | 0 | 0.75 | 0.06 | 93.18 | 0.86 | 0.59 |
| Hex | 8D | F0 | 3D | 29 | 0 | 4B | 6 | 5D | 56 | 3B |
| Octal | 215 | 360 | 75 | 51 | 0 | 113 | 6 | 135 | 126 | 73 |
| Binary | 10001101 | 11110000 | 111101 | 101001 | 0 | 1001011 | 110 | 1011101 | 1010110 | 111011 |
Color Harmonies of #8DF03D
Complementary color
Monochromatic Colors of #8DF03D
Black with #8DF03D
Text Example
Text Example
White with #8DF03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF03D; }
p { color: rgb(141,240,61); }
H1.HeaderClassName
{
color: #8DF03D;
}
.AnyTagClassName
{
color: #8DF03D;
}
</style>
background-color css
<style>
a { background-color: #8DF03D; }
a { background-color: rgb(141,240,61); }
div.DivClassName
{
background-color: #8DF03D;
}
.BgClassName
{
background-color: #8DF03D;
}
</style>
border-color css
<style>
span { border-color: #8DF03D; }
span { border-color: rgb(141,240,61); }
td.TdClassName
{
border-color: #8DF03D;
}
.TagClassName
{
border-color: #8DF03D;
}
</style>