Shades of Atlantis #8FDD45
Tints of Atlantis #8FDD45
RGB
CMYK
RGB Variations
Color information
#8FDD45 (or 0x8FDD45) is known color: Atlantis. HEX triplet: 8F, DD and 45. RGB value is (143,221,69). Sum of RGB (Red+Green+Blue) = 143+221+69=433 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.03% from 433); Green value is 221 (86.72% from 255 or 51.04% from 433); Blue value is 69 (27.34% from 255 or 15.94% from 433); Max value from RGB is 221 - color contains mainly: green. Hex color #8FDD45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FDD45 is #7022BA. Grayscale: #B4B4B4. Windows color (decimal): -7348923 or 4578703. OLE color: 4578703.
HSL color Cylindrical-coordinate representation of color #8FDD45: hue angle of 90.79º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8FDD45 is Cyan = 0.35, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 221 | 69 | - |
| CMYK | 0.35 | 0 | 0.69 | 0.13 |
| HSL | 90.79º | 0.69% | 0.57% | - |
| HSV(B) | 90.79º | 0.69% | 0.87% | - |
| XYZ | 38.26 | 57.98 | 14.81 | - |
| YUV | 180.35 | 65.16 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 221 | 69 | 0.35 | 0 | 0.69 | 0.13 | 90.79 | 0.69 | 0.57 |
| Hex | 8F | DD | 45 | 23 | 0 | 45 | D | 5B | 45 | 39 |
| Octal | 217 | 335 | 105 | 43 | 0 | 105 | 15 | 133 | 105 | 71 |
| Binary | 10001111 | 11011101 | 1000101 | 100011 | 0 | 1000101 | 1101 | 1011011 | 1000101 | 111001 |
Color Harmonies of #8FDD45
Complementary color
Monochromatic Colors of #8FDD45
Black with #8FDD45
Text Example
Text Example
White with #8FDD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDD45; }
p { color: rgb(143,221,69); }
H1.HeaderClassName
{
color: #8FDD45;
}
.AnyTagClassName
{
color: #8FDD45;
}
</style>
background-color css
<style>
a { background-color: #8FDD45; }
a { background-color: rgb(143,221,69); }
div.DivClassName
{
background-color: #8FDD45;
}
.BgClassName
{
background-color: #8FDD45;
}
</style>
border-color css
<style>
span { border-color: #8FDD45; }
span { border-color: rgb(143,221,69); }
td.TdClassName
{
border-color: #8FDD45;
}
.TagClassName
{
border-color: #8FDD45;
}
</style>