Shades of Atlantis #8FDA38
Tints of Atlantis #8FDA38
RGB
CMYK
RGB Variations
Color information
#8FDA38 (or 0x8FDA38) is known color: Atlantis. HEX triplet: 8F, DA and 38. RGB value is (143,218,56). Sum of RGB (Red+Green+Blue) = 143+218+56=417 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.29% from 417); Green value is 218 (85.55% from 255 or 52.28% from 417); Blue value is 56 (22.27% from 255 or 13.43% from 417); Max value from RGB is 218 - color contains mainly: green. Hex color #8FDA38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FDA38 is #7025C7. Grayscale: #B1B1B1. Windows color (decimal): -7349704 or 3725967. OLE color: 3725967.
HSL color Cylindrical-coordinate representation of color #8FDA38: hue angle of 87.78º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8FDA38 is Cyan = 0.34, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 218 | 56 | - |
| CMYK | 0.34 | 0 | 0.74 | 0.15 |
| HSL | 87.78º | 0.69% | 0.54% | - |
| HSV(B) | 87.78º | 0.74% | 0.85% | - |
| XYZ | 37.11 | 56.27 | 12.65 | - |
| YUV | 177.11 | 59.65 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 218 | 56 | 0.34 | 0 | 0.74 | 0.15 | 87.78 | 0.69 | 0.54 |
| Hex | 8F | DA | 38 | 22 | 0 | 4A | F | 58 | 45 | 36 |
| Octal | 217 | 332 | 70 | 42 | 0 | 112 | 17 | 130 | 105 | 66 |
| Binary | 10001111 | 11011010 | 111000 | 100010 | 0 | 1001010 | 1111 | 1011000 | 1000101 | 110110 |
Color Harmonies of #8FDA38
Complementary color
Monochromatic Colors of #8FDA38
Black with #8FDA38
Text Example
Text Example
White with #8FDA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDA38; }
p { color: rgb(143,218,56); }
H1.HeaderClassName
{
color: #8FDA38;
}
.AnyTagClassName
{
color: #8FDA38;
}
</style>
background-color css
<style>
a { background-color: #8FDA38; }
a { background-color: rgb(143,218,56); }
div.DivClassName
{
background-color: #8FDA38;
}
.BgClassName
{
background-color: #8FDA38;
}
</style>
border-color css
<style>
span { border-color: #8FDA38; }
span { border-color: rgb(143,218,56); }
td.TdClassName
{
border-color: #8FDA38;
}
.TagClassName
{
border-color: #8FDA38;
}
</style>