Shades of Atlantis #8DCF46
Tints of Atlantis #8DCF46
RGB
CMYK
RGB Variations
Color information
#8DCF46 (or 0x8DCF46) is known color: Atlantis. HEX triplet: 8D, CF and 46. RGB value is (141,207,70). Sum of RGB (Red+Green+Blue) = 141+207+70=418 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.73% from 418); Green value is 207 (81.25% from 255 or 49.52% from 418); Blue value is 70 (27.73% from 255 or 16.75% from 418); Max value from RGB is 207 - color contains mainly: green. Hex color #8DCF46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DCF46 is #7230B9. Grayscale: #ACACAC. Windows color (decimal): -7483578 or 4640653. OLE color: 4640653.
HSL color Cylindrical-coordinate representation of color #8DCF46: hue angle of 88.91º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8DCF46 is Cyan = 0.32, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 207 | 70 | - |
| CMYK | 0.32 | 0 | 0.66 | 0.19 |
| HSL | 88.91º | 0.59% | 0.54% | - |
| HSV(B) | 88.91º | 0.66% | 0.81% | - |
| XYZ | 34.4 | 50.73 | 13.77 | - |
| YUV | 171.65 | 70.63 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 207 | 70 | 0.32 | 0 | 0.66 | 0.19 | 88.91 | 0.59 | 0.54 |
| Hex | 8D | CF | 46 | 20 | 0 | 42 | 13 | 59 | 3B | 36 |
| Octal | 215 | 317 | 106 | 40 | 0 | 102 | 23 | 131 | 73 | 66 |
| Binary | 10001101 | 11001111 | 1000110 | 100000 | 0 | 1000010 | 10011 | 1011001 | 111011 | 110110 |
Color Harmonies of #8DCF46
Complementary color
Monochromatic Colors of #8DCF46
Black with #8DCF46
Text Example
Text Example
White with #8DCF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCF46; }
p { color: rgb(141,207,70); }
H1.HeaderClassName
{
color: #8DCF46;
}
.AnyTagClassName
{
color: #8DCF46;
}
</style>
background-color css
<style>
a { background-color: #8DCF46; }
a { background-color: rgb(141,207,70); }
div.DivClassName
{
background-color: #8DCF46;
}
.BgClassName
{
background-color: #8DCF46;
}
</style>
border-color css
<style>
span { border-color: #8DCF46; }
span { border-color: rgb(141,207,70); }
td.TdClassName
{
border-color: #8DCF46;
}
.TagClassName
{
border-color: #8DCF46;
}
</style>