Shades of Atlantis #8DDF4F
Tints of Atlantis #8DDF4F
RGB
CMYK
RGB Variations
Color information
#8DDF4F (or 0x8DDF4F) is known color: Atlantis. HEX triplet: 8D, DF and 4F. RGB value is (141,223,79). Sum of RGB (Red+Green+Blue) = 141+223+79=443 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.83% from 443); Green value is 223 (87.5% from 255 or 50.34% from 443); Blue value is 79 (31.25% from 255 or 17.83% from 443); Max value from RGB is 223 - color contains mainly: green. Hex color #8DDF4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DDF4F is #7220B0. Grayscale: #B6B6B6. Windows color (decimal): -7479473 or 5234573. OLE color: 5234573.
HSL color Cylindrical-coordinate representation of color #8DDF4F: hue angle of 94.17º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8DDF4F is Cyan = 0.37, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 223 | 79 | - |
| CMYK | 0.37 | 0 | 0.65 | 0.13 |
| HSL | 94.17º | 0.69% | 0.59% | - |
| HSV(B) | 94.17º | 0.65% | 0.87% | - |
| XYZ | 38.78 | 59 | 16.74 | - |
| YUV | 182.07 | 69.83 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 223 | 79 | 0.37 | 0 | 0.65 | 0.13 | 94.17 | 0.69 | 0.59 |
| Hex | 8D | DF | 4F | 25 | 0 | 41 | D | 5E | 45 | 3B |
| Octal | 215 | 337 | 117 | 45 | 0 | 101 | 15 | 136 | 105 | 73 |
| Binary | 10001101 | 11011111 | 1001111 | 100101 | 0 | 1000001 | 1101 | 1011110 | 1000101 | 111011 |
Color Harmonies of #8DDF4F
Complementary color
Monochromatic Colors of #8DDF4F
Black with #8DDF4F
Text Example
Text Example
White with #8DDF4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDF4F; }
p { color: rgb(141,223,79); }
H1.HeaderClassName
{
color: #8DDF4F;
}
.AnyTagClassName
{
color: #8DDF4F;
}
</style>
background-color css
<style>
a { background-color: #8DDF4F; }
a { background-color: rgb(141,223,79); }
div.DivClassName
{
background-color: #8DDF4F;
}
.BgClassName
{
background-color: #8DDF4F;
}
</style>
border-color css
<style>
span { border-color: #8DDF4F; }
span { border-color: rgb(141,223,79); }
td.TdClassName
{
border-color: #8DDF4F;
}
.TagClassName
{
border-color: #8DDF4F;
}
</style>