Shades of Atlantis #8FDB3F
Tints of Atlantis #8FDB3F
RGB
CMYK
RGB Variations
Color information
#8FDB3F (or 0x8FDB3F) is known color: Atlantis. HEX triplet: 8F, DB and 3F. RGB value is (143,219,63). Sum of RGB (Red+Green+Blue) = 143+219+63=425 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.65% from 425); Green value is 219 (85.94% from 255 or 51.53% from 425); Blue value is 63 (25% from 255 or 14.82% from 425); Max value from RGB is 219 - color contains mainly: green. Hex color #8FDB3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FDB3F is #7024C0. Grayscale: #B3B3B3. Windows color (decimal): -7349441 or 4184975. OLE color: 4184975.
HSL color Cylindrical-coordinate representation of color #8FDB3F: hue angle of 89.23º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8FDB3F is Cyan = 0.35, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 219 | 63 | - |
| CMYK | 0.35 | 0 | 0.71 | 0.14 |
| HSL | 89.23º | 0.68% | 0.55% | - |
| HSV(B) | 89.23º | 0.71% | 0.86% | - |
| XYZ | 37.56 | 56.86 | 13.7 | - |
| YUV | 178.49 | 62.82 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 219 | 63 | 0.35 | 0 | 0.71 | 0.14 | 89.23 | 0.68 | 0.55 |
| Hex | 8F | DB | 3F | 23 | 0 | 47 | E | 59 | 44 | 37 |
| Octal | 217 | 333 | 77 | 43 | 0 | 107 | 16 | 131 | 104 | 67 |
| Binary | 10001111 | 11011011 | 111111 | 100011 | 0 | 1000111 | 1110 | 1011001 | 1000100 | 110111 |
Color Harmonies of #8FDB3F
Complementary color
Monochromatic Colors of #8FDB3F
Black with #8FDB3F
Text Example
Text Example
White with #8FDB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDB3F; }
p { color: rgb(143,219,63); }
H1.HeaderClassName
{
color: #8FDB3F;
}
.AnyTagClassName
{
color: #8FDB3F;
}
</style>
background-color css
<style>
a { background-color: #8FDB3F; }
a { background-color: rgb(143,219,63); }
div.DivClassName
{
background-color: #8FDB3F;
}
.BgClassName
{
background-color: #8FDB3F;
}
</style>
border-color css
<style>
span { border-color: #8FDB3F; }
span { border-color: rgb(143,219,63); }
td.TdClassName
{
border-color: #8FDB3F;
}
.TagClassName
{
border-color: #8FDB3F;
}
</style>