Shades of Atlantis #8DF44C
Tints of Atlantis #8DF44C
RGB
CMYK
RGB Variations
Color information
#8DF44C (or 0x8DF44C) is known color: Atlantis. HEX triplet: 8D, F4 and 4C. RGB value is (141,244,76). Sum of RGB (Red+Green+Blue) = 141+244+76=461 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.59% from 461); Green value is 244 (95.70% from 255 or 52.93% from 461); Blue value is 76 (30.08% from 255 or 16.49% from 461); Max value from RGB is 244 - color contains mainly: green. Hex color #8DF44C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8DF44C is #720BB3. Grayscale: #C2C2C2. Windows color (decimal): -7474100 or 5043341. OLE color: 5043341.
HSL color Cylindrical-coordinate representation of color #8DF44C: hue angle of 96.79º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8DF44C is Cyan = 0.42, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 141 | 244 | 76 | - |
| CMYK | 0.42 | 0 | 0.69 | 0.04 |
| HSL | 96.79º | 0.88% | 0.63% | - |
| HSV(B) | 96.79º | 0.69% | 0.96% | - |
| XYZ | 44.64 | 70.89 | 18.17 | - |
| YUV | 194.05 | 61.38 | 90.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 244 | 76 | 0.42 | 0 | 0.69 | 0.04 | 96.79 | 0.88 | 0.63 |
| Hex | 8D | F4 | 4C | 2A | 0 | 45 | 4 | 61 | 58 | 3F |
| Octal | 215 | 364 | 114 | 52 | 0 | 105 | 4 | 141 | 130 | 77 |
| Binary | 10001101 | 11110100 | 1001100 | 101010 | 0 | 1000101 | 100 | 1100001 | 1011000 | 111111 |
Color Harmonies of #8DF44C
Complementary color
Monochromatic Colors of #8DF44C
Black with #8DF44C
Text Example
Text Example
White with #8DF44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF44C; }
p { color: rgb(141,244,76); }
H1.HeaderClassName
{
color: #8DF44C;
}
.AnyTagClassName
{
color: #8DF44C;
}
</style>
background-color css
<style>
a { background-color: #8DF44C; }
a { background-color: rgb(141,244,76); }
div.DivClassName
{
background-color: #8DF44C;
}
.BgClassName
{
background-color: #8DF44C;
}
</style>
border-color css
<style>
span { border-color: #8DF44C; }
span { border-color: rgb(141,244,76); }
td.TdClassName
{
border-color: #8DF44C;
}
.TagClassName
{
border-color: #8DF44C;
}
</style>