Shades of Atlantis #8FDE52
Tints of Atlantis #8FDE52
RGB
CMYK
RGB Variations
Color information
#8FDE52 (or 0x8FDE52) is known color: Atlantis. HEX triplet: 8F, DE and 52. RGB value is (143,222,82). Sum of RGB (Red+Green+Blue) = 143+222+82=447 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.99% from 447); Green value is 222 (87.11% from 255 or 49.66% from 447); Blue value is 82 (32.42% from 255 or 18.34% from 447); Max value from RGB is 222 - color contains mainly: green. Hex color #8FDE52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FDE52 is #7021AD. Grayscale: #B6B6B6. Windows color (decimal): -7348654 or 5430927. OLE color: 5430927.
HSL color Cylindrical-coordinate representation of color #8FDE52: hue angle of 93.86º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8FDE52 is Cyan = 0.36, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 222 | 82 | - |
| CMYK | 0.36 | 0 | 0.63 | 0.13 |
| HSL | 93.86º | 0.68% | 0.6% | - |
| HSV(B) | 93.86º | 0.63% | 0.87% | - |
| XYZ | 38.97 | 58.69 | 17.26 | - |
| YUV | 182.42 | 71.33 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 222 | 82 | 0.36 | 0 | 0.63 | 0.13 | 93.86 | 0.68 | 0.6 |
| Hex | 8F | DE | 52 | 24 | 0 | 3F | D | 5E | 44 | 3C |
| Octal | 217 | 336 | 122 | 44 | 0 | 77 | 15 | 136 | 104 | 74 |
| Binary | 10001111 | 11011110 | 1010010 | 100100 | 0 | 111111 | 1101 | 1011110 | 1000100 | 111100 |
Color Harmonies of #8FDE52
Complementary color
Monochromatic Colors of #8FDE52
Black with #8FDE52
Text Example
Text Example
White with #8FDE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDE52; }
p { color: rgb(143,222,82); }
H1.HeaderClassName
{
color: #8FDE52;
}
.AnyTagClassName
{
color: #8FDE52;
}
</style>
background-color css
<style>
a { background-color: #8FDE52; }
a { background-color: rgb(143,222,82); }
div.DivClassName
{
background-color: #8FDE52;
}
.BgClassName
{
background-color: #8FDE52;
}
</style>
border-color css
<style>
span { border-color: #8FDE52; }
span { border-color: rgb(143,222,82); }
td.TdClassName
{
border-color: #8FDE52;
}
.TagClassName
{
border-color: #8FDE52;
}
</style>