Shades of Atlantis #8FDD44
Tints of Atlantis #8FDD44
RGB
CMYK
RGB Variations
Color information
#8FDD44 (or 0x8FDD44) is known color: Atlantis. HEX triplet: 8F, DD and 44. RGB value is (143,221,68). Sum of RGB (Red+Green+Blue) = 143+221+68=432 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.10% from 432); Green value is 221 (86.72% from 255 or 51.16% from 432); Blue value is 68 (26.95% from 255 or 15.74% from 432); Max value from RGB is 221 - color contains mainly: green. Hex color #8FDD44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FDD44 is #7022BB. Grayscale: #B4B4B4. Windows color (decimal): -7348924 or 4513167. OLE color: 4513167.
HSL color Cylindrical-coordinate representation of color #8FDD44: hue angle of 90.59º 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 #8FDD44 is Cyan = 0.35, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 221 | 68 | - |
| CMYK | 0.35 | 0 | 0.69 | 0.13 |
| HSL | 90.59º | 0.69% | 0.57% | - |
| HSV(B) | 90.59º | 0.69% | 0.87% | - |
| XYZ | 38.23 | 57.97 | 14.64 | - |
| YUV | 180.24 | 64.66 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 221 | 68 | 0.35 | 0 | 0.69 | 0.13 | 90.59 | 0.69 | 0.57 |
| Hex | 8F | DD | 44 | 23 | 0 | 45 | D | 5B | 45 | 39 |
| Octal | 217 | 335 | 104 | 43 | 0 | 105 | 15 | 133 | 105 | 71 |
| Binary | 10001111 | 11011101 | 1000100 | 100011 | 0 | 1000101 | 1101 | 1011011 | 1000101 | 111001 |
Color Harmonies of #8FDD44
Complementary color
Monochromatic Colors of #8FDD44
Black with #8FDD44
Text Example
Text Example
White with #8FDD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDD44; }
p { color: rgb(143,221,68); }
H1.HeaderClassName
{
color: #8FDD44;
}
.AnyTagClassName
{
color: #8FDD44;
}
</style>
background-color css
<style>
a { background-color: #8FDD44; }
a { background-color: rgb(143,221,68); }
div.DivClassName
{
background-color: #8FDD44;
}
.BgClassName
{
background-color: #8FDD44;
}
</style>
border-color css
<style>
span { border-color: #8FDD44; }
span { border-color: rgb(143,221,68); }
td.TdClassName
{
border-color: #8FDD44;
}
.TagClassName
{
border-color: #8FDD44;
}
</style>