Shades of Atlantis #8DBE45
Tints of Atlantis #8DBE45
RGB
CMYK
RGB Variations
Color information
#8DBE45 (or 0x8DBE45) is known color: Atlantis. HEX triplet: 8D, BE and 45. RGB value is (141,190,69). Sum of RGB (Red+Green+Blue) = 141+190+69=400 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.25% from 400); Green value is 190 (74.61% from 255 or 47.5% from 400); Blue value is 69 (27.34% from 255 or 17.25% from 400); Max value from RGB is 190 - color contains mainly: green. Hex color #8DBE45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBE45 is #7241BA. Grayscale: #A1A1A1. Windows color (decimal): -7487931 or 4570765. OLE color: 4570765.
HSL color Cylindrical-coordinate representation of color #8DBE45: hue angle of 84.3º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8DBE45 is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 190 | 69 | - |
| CMYK | 0.26 | 0 | 0.64 | 0.25 |
| HSL | 84.3º | 0.48% | 0.51% | - |
| HSV(B) | 84.3º | 0.64% | 0.75% | - |
| XYZ | 30.47 | 42.92 | 12.31 | - |
| YUV | 161.56 | 75.77 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 190 | 69 | 0.26 | 0 | 0.64 | 0.25 | 84.3 | 0.48 | 0.51 |
| Hex | 8D | BE | 45 | 1A | 0 | 40 | 19 | 54 | 30 | 33 |
| Octal | 215 | 276 | 105 | 32 | 0 | 100 | 31 | 124 | 60 | 63 |
| Binary | 10001101 | 10111110 | 1000101 | 11010 | 0 | 1000000 | 11001 | 1010100 | 110000 | 110011 |
Color Harmonies of #8DBE45
Complementary color
Monochromatic Colors of #8DBE45
Black with #8DBE45
Text Example
Text Example
White with #8DBE45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBE45; }
p { color: rgb(141,190,69); }
H1.HeaderClassName
{
color: #8DBE45;
}
.AnyTagClassName
{
color: #8DBE45;
}
</style>
background-color css
<style>
a { background-color: #8DBE45; }
a { background-color: rgb(141,190,69); }
div.DivClassName
{
background-color: #8DBE45;
}
.BgClassName
{
background-color: #8DBE45;
}
</style>
border-color css
<style>
span { border-color: #8DBE45; }
span { border-color: rgb(141,190,69); }
td.TdClassName
{
border-color: #8DBE45;
}
.TagClassName
{
border-color: #8DBE45;
}
</style>