Shades of Atlantis #8FDA51
Tints of Atlantis #8FDA51
RGB
CMYK
RGB Variations
Color information
#8FDA51 (or 0x8FDA51) is known color: Atlantis. HEX triplet: 8F, DA and 51. RGB value is (143,218,81). Sum of RGB (Red+Green+Blue) = 143+218+81=442 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.35% from 442); Green value is 218 (85.55% from 255 or 49.32% from 442); Blue value is 81 (32.03% from 255 or 18.33% from 442); Max value from RGB is 218 - color contains mainly: green. Hex color #8FDA51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FDA51 is #7025AE. Grayscale: #B4B4B4. Windows color (decimal): -7349679 or 5364367. OLE color: 5364367.
HSL color Cylindrical-coordinate representation of color #8FDA51: hue angle of 92.85º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8FDA51 is Cyan = 0.34, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 218 | 81 | - |
| CMYK | 0.34 | 0 | 0.63 | 0.15 |
| HSL | 92.85º | 0.65% | 0.59% | - |
| HSV(B) | 92.85º | 0.63% | 0.85% | - |
| XYZ | 37.88 | 56.58 | 16.71 | - |
| YUV | 179.96 | 72.15 | 101.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 218 | 81 | 0.34 | 0 | 0.63 | 0.15 | 92.85 | 0.65 | 0.59 |
| Hex | 8F | DA | 51 | 22 | 0 | 3F | F | 5D | 41 | 3B |
| Octal | 217 | 332 | 121 | 42 | 0 | 77 | 17 | 135 | 101 | 73 |
| Binary | 10001111 | 11011010 | 1010001 | 100010 | 0 | 111111 | 1111 | 1011101 | 1000001 | 111011 |
Color Harmonies of #8FDA51
Complementary color
Monochromatic Colors of #8FDA51
Black with #8FDA51
Text Example
Text Example
White with #8FDA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDA51; }
p { color: rgb(143,218,81); }
H1.HeaderClassName
{
color: #8FDA51;
}
.AnyTagClassName
{
color: #8FDA51;
}
</style>
background-color css
<style>
a { background-color: #8FDA51; }
a { background-color: rgb(143,218,81); }
div.DivClassName
{
background-color: #8FDA51;
}
.BgClassName
{
background-color: #8FDA51;
}
</style>
border-color css
<style>
span { border-color: #8FDA51; }
span { border-color: rgb(143,218,81); }
td.TdClassName
{
border-color: #8FDA51;
}
.TagClassName
{
border-color: #8FDA51;
}
</style>