Shades of Atlantis #8FDD4D
Tints of Atlantis #8FDD4D
RGB
CMYK
RGB Variations
Color information
#8FDD4D (or 0x8FDD4D) is known color: Atlantis. HEX triplet: 8F, DD and 4D. RGB value is (143,221,77). Sum of RGB (Red+Green+Blue) = 143+221+77=441 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.43% from 441); Green value is 221 (86.72% from 255 or 50.11% from 441); Blue value is 77 (30.47% from 255 or 17.46% from 441); Max value from RGB is 221 - color contains mainly: green. Hex color #8FDD4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FDD4D is #7022B2. Grayscale: #B5B5B5. Windows color (decimal): -7348915 or 5102991. OLE color: 5102991.
HSL color Cylindrical-coordinate representation of color #8FDD4D: hue angle of 92.5º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8FDD4D is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 221 | 77 | - |
| CMYK | 0.35 | 0 | 0.65 | 0.13 |
| HSL | 92.5º | 0.68% | 0.58% | - |
| HSV(B) | 92.5º | 0.65% | 0.87% | - |
| XYZ | 38.52 | 58.09 | 16.2 | - |
| YUV | 181.26 | 69.16 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 221 | 77 | 0.35 | 0 | 0.65 | 0.13 | 92.5 | 0.68 | 0.58 |
| Hex | 8F | DD | 4D | 23 | 0 | 41 | D | 5C | 44 | 3A |
| Octal | 217 | 335 | 115 | 43 | 0 | 101 | 15 | 134 | 104 | 72 |
| Binary | 10001111 | 11011101 | 1001101 | 100011 | 0 | 1000001 | 1101 | 1011100 | 1000100 | 111010 |
Color Harmonies of #8FDD4D
Complementary color
Monochromatic Colors of #8FDD4D
Black with #8FDD4D
Text Example
Text Example
White with #8FDD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDD4D; }
p { color: rgb(143,221,77); }
H1.HeaderClassName
{
color: #8FDD4D;
}
.AnyTagClassName
{
color: #8FDD4D;
}
</style>
background-color css
<style>
a { background-color: #8FDD4D; }
a { background-color: rgb(143,221,77); }
div.DivClassName
{
background-color: #8FDD4D;
}
.BgClassName
{
background-color: #8FDD4D;
}
</style>
border-color css
<style>
span { border-color: #8FDD4D; }
span { border-color: rgb(143,221,77); }
td.TdClassName
{
border-color: #8FDD4D;
}
.TagClassName
{
border-color: #8FDD4D;
}
</style>