Shades of Atlantis #8FDD3D
Tints of Atlantis #8FDD3D
RGB
CMYK
RGB Variations
Color information
#8FDD3D (or 0x8FDD3D) is known color: Atlantis. HEX triplet: 8F, DD and 3D. RGB value is (143,221,61). Sum of RGB (Red+Green+Blue) = 143+221+61=425 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.65% from 425); Green value is 221 (86.72% from 255 or 52% from 425); Blue value is 61 (24.22% from 255 or 14.35% from 425); Max value from RGB is 221 - color contains mainly: green. Hex color #8FDD3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FDD3D is #7022C2. Grayscale: #B4B4B4. Windows color (decimal): -7348931 or 4054415. OLE color: 4054415.
HSL color Cylindrical-coordinate representation of color #8FDD3D: hue angle of 89.25º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8FDD3D is Cyan = 0.35, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 221 | 61 | - |
| CMYK | 0.35 | 0 | 0.72 | 0.13 |
| HSL | 89.25º | 0.7% | 0.55% | - |
| HSV(B) | 89.25º | 0.72% | 0.87% | - |
| XYZ | 38.03 | 57.89 | 13.58 | - |
| YUV | 179.44 | 61.16 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 221 | 61 | 0.35 | 0 | 0.72 | 0.13 | 89.25 | 0.7 | 0.55 |
| Hex | 8F | DD | 3D | 23 | 0 | 48 | D | 59 | 46 | 37 |
| Octal | 217 | 335 | 75 | 43 | 0 | 110 | 15 | 131 | 106 | 67 |
| Binary | 10001111 | 11011101 | 111101 | 100011 | 0 | 1001000 | 1101 | 1011001 | 1000110 | 110111 |
Color Harmonies of #8FDD3D
Complementary color
Monochromatic Colors of #8FDD3D
Black with #8FDD3D
Text Example
Text Example
White with #8FDD3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDD3D; }
p { color: rgb(143,221,61); }
H1.HeaderClassName
{
color: #8FDD3D;
}
.AnyTagClassName
{
color: #8FDD3D;
}
</style>
background-color css
<style>
a { background-color: #8FDD3D; }
a { background-color: rgb(143,221,61); }
div.DivClassName
{
background-color: #8FDD3D;
}
.BgClassName
{
background-color: #8FDD3D;
}
</style>
border-color css
<style>
span { border-color: #8FDD3D; }
span { border-color: rgb(143,221,61); }
td.TdClassName
{
border-color: #8FDD3D;
}
.TagClassName
{
border-color: #8FDD3D;
}
</style>