Shades of Atlantis #8FDD38
Tints of Atlantis #8FDD38
RGB
CMYK
RGB Variations
Color information
#8FDD38 (or 0x8FDD38) is known color: Atlantis. HEX triplet: 8F, DD and 38. RGB value is (143,221,56). Sum of RGB (Red+Green+Blue) = 143+221+56=420 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.05% from 420); Green value is 221 (86.72% from 255 or 52.62% from 420); Blue value is 56 (22.27% from 255 or 13.33% from 420); Max value from RGB is 221 - color contains mainly: green. Hex color #8FDD38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FDD38 is #7022C7. Grayscale: #B3B3B3. Windows color (decimal): -7348936 or 3726735. OLE color: 3726735.
HSL color Cylindrical-coordinate representation of color #8FDD38: hue angle of 88.36º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8FDD38 is Cyan = 0.35, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 221 | 56 | - |
| CMYK | 0.35 | 0 | 0.75 | 0.13 |
| HSL | 88.36º | 0.71% | 0.54% | - |
| HSV(B) | 88.36º | 0.75% | 0.87% | - |
| XYZ | 37.9 | 57.84 | 12.91 | - |
| YUV | 178.87 | 58.66 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 221 | 56 | 0.35 | 0 | 0.75 | 0.13 | 88.36 | 0.71 | 0.54 |
| Hex | 8F | DD | 38 | 23 | 0 | 4B | D | 58 | 47 | 36 |
| Octal | 217 | 335 | 70 | 43 | 0 | 113 | 15 | 130 | 107 | 66 |
| Binary | 10001111 | 11011101 | 111000 | 100011 | 0 | 1001011 | 1101 | 1011000 | 1000111 | 110110 |
Color Harmonies of #8FDD38
Complementary color
Monochromatic Colors of #8FDD38
Black with #8FDD38
Text Example
Text Example
White with #8FDD38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDD38; }
p { color: rgb(143,221,56); }
H1.HeaderClassName
{
color: #8FDD38;
}
.AnyTagClassName
{
color: #8FDD38;
}
</style>
background-color css
<style>
a { background-color: #8FDD38; }
a { background-color: rgb(143,221,56); }
div.DivClassName
{
background-color: #8FDD38;
}
.BgClassName
{
background-color: #8FDD38;
}
</style>
border-color css
<style>
span { border-color: #8FDD38; }
span { border-color: rgb(143,221,56); }
td.TdClassName
{
border-color: #8FDD38;
}
.TagClassName
{
border-color: #8FDD38;
}
</style>