Shades of Atlantis #8FDA4D
Tints of Atlantis #8FDA4D
RGB
CMYK
RGB Variations
Color information
#8FDA4D (or 0x8FDA4D) is known color: Atlantis. HEX triplet: 8F, DA and 4D. RGB value is (143,218,77). Sum of RGB (Red+Green+Blue) = 143+218+77=438 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.65% from 438); Green value is 218 (85.55% from 255 or 49.77% from 438); Blue value is 77 (30.47% from 255 or 17.58% from 438); Max value from RGB is 218 - color contains mainly: green. Hex color #8FDA4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FDA4D is #7025B2. Grayscale: #B3B3B3. Windows color (decimal): -7349683 or 5102223. OLE color: 5102223.
HSL color Cylindrical-coordinate representation of color #8FDA4D: hue angle of 91.91º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8FDA4D is Cyan = 0.34, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
RGB | 143 | 218 | 77 | - |
CMYK | 0.34 | 0 | 0.65 | 0.15 |
HSL | 91.91º | 0.66% | 0.58% | - |
HSV(B) | 91.91º | 0.65% | 0.85% | - |
XYZ | 37.74 | 56.52 | 15.94 | - |
YUV | 179.5 | 70.15 | 101.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 143 | 218 | 77 | 0.34 | 0 | 0.65 | 0.15 | 91.91 | 0.66 | 0.58 |
Hex | 8F | DA | 4D | 22 | 0 | 41 | F | 5C | 42 | 3A |
Octal | 217 | 332 | 115 | 42 | 0 | 101 | 17 | 134 | 102 | 72 |
Binary | 10001111 | 11011010 | 1001101 | 100010 | 0 | 1000001 | 1111 | 1011100 | 1000010 | 111010 |
Color Harmonies of #8FDA4D
Complementary color
Monochromatic Colors of #8FDA4D
Black with #8FDA4D
Text Example
Text Example
White with #8FDA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDA4D; }
p { color: rgb(143,218,77); }
H1.HeaderClassName
{
color: #8FDA4D;
}
.AnyTagClassName
{
color: #8FDA4D;
}
</style>
background-color css
<style>
a { background-color: #8FDA4D; }
a { background-color: rgb(143,218,77); }
div.DivClassName
{
background-color: #8FDA4D;
}
.BgClassName
{
background-color: #8FDA4D;
}
</style>
border-color css
<style>
span { border-color: #8FDA4D; }
span { border-color: rgb(143,218,77); }
td.TdClassName
{
border-color: #8FDA4D;
}
.TagClassName
{
border-color: #8FDA4D;
}
</style>