Shades of Atlantis #8DF04C
Tints of Atlantis #8DF04C
RGB
CMYK
RGB Variations
Color information
#8DF04C (or 0x8DF04C) is known color: Atlantis. HEX triplet: 8D, F0 and 4C. RGB value is (141,240,76). Sum of RGB (Red+Green+Blue) = 141+240+76=457 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.85% from 457); Green value is 240 (94.14% from 255 or 52.52% from 457); Blue value is 76 (30.08% from 255 or 16.63% from 457); Max value from RGB is 240 - color contains mainly: green. Hex color #8DF04C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8DF04C is #720FB3. Grayscale: #C0C0C0. Windows color (decimal): -7475124 or 5042317. OLE color: 5042317.
HSL color Cylindrical-coordinate representation of color #8DF04C: hue angle of 96.22º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8DF04C is Cyan = 0.41, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 141 | 240 | 76 | - |
| CMYK | 0.41 | 0 | 0.68 | 0.06 |
| HSL | 96.22º | 0.85% | 0.62% | - |
| HSV(B) | 96.22º | 0.68% | 0.94% | - |
| XYZ | 43.45 | 68.5 | 17.77 | - |
| YUV | 191.7 | 62.7 | 91.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 240 | 76 | 0.41 | 0 | 0.68 | 0.06 | 96.22 | 0.85 | 0.62 |
| Hex | 8D | F0 | 4C | 29 | 0 | 44 | 6 | 60 | 55 | 3E |
| Octal | 215 | 360 | 114 | 51 | 0 | 104 | 6 | 140 | 125 | 76 |
| Binary | 10001101 | 11110000 | 1001100 | 101001 | 0 | 1000100 | 110 | 1100000 | 1010101 | 111110 |
Color Harmonies of #8DF04C
Complementary color
Monochromatic Colors of #8DF04C
Black with #8DF04C
Text Example
Text Example
White with #8DF04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF04C; }
p { color: rgb(141,240,76); }
H1.HeaderClassName
{
color: #8DF04C;
}
.AnyTagClassName
{
color: #8DF04C;
}
</style>
background-color css
<style>
a { background-color: #8DF04C; }
a { background-color: rgb(141,240,76); }
div.DivClassName
{
background-color: #8DF04C;
}
.BgClassName
{
background-color: #8DF04C;
}
</style>
border-color css
<style>
span { border-color: #8DF04C; }
span { border-color: rgb(141,240,76); }
td.TdClassName
{
border-color: #8DF04C;
}
.TagClassName
{
border-color: #8DF04C;
}
</style>