Shades of Atlantis #8DBE40
Tints of Atlantis #8DBE40
RGB
CMYK
RGB Variations
Color information
#8DBE40 (or 0x8DBE40) is known color: Atlantis. HEX triplet: 8D, BE and 40. RGB value is (141,190,64). Sum of RGB (Red+Green+Blue) = 141+190+64=395 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.70% from 395); Green value is 190 (74.61% from 255 or 48.10% from 395); Blue value is 64 (25.39% from 255 or 16.20% from 395); Max value from RGB is 190 - color contains mainly: green. Hex color #8DBE40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBE40 is #7241BF. Grayscale: #A1A1A1. Windows color (decimal): -7487936 or 4243085. OLE color: 4243085.
HSL color Cylindrical-coordinate representation of color #8DBE40: hue angle of 83.33º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8DBE40 is Cyan = 0.26, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 190 | 64 | - |
| CMYK | 0.26 | 0 | 0.66 | 0.25 |
| HSL | 83.33º | 0.5% | 0.5% | - |
| HSV(B) | 83.33º | 0.66% | 0.75% | - |
| XYZ | 30.32 | 42.86 | 11.53 | - |
| YUV | 160.99 | 73.27 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 190 | 64 | 0.26 | 0 | 0.66 | 0.25 | 83.33 | 0.5 | 0.5 |
| Hex | 8D | BE | 40 | 1A | 0 | 42 | 19 | 53 | 32 | 32 |
| Octal | 215 | 276 | 100 | 32 | 0 | 102 | 31 | 123 | 62 | 62 |
| Binary | 10001101 | 10111110 | 1000000 | 11010 | 0 | 1000010 | 11001 | 1010011 | 110010 | 110010 |
Color Harmonies of #8DBE40
Complementary color
Monochromatic Colors of #8DBE40
Black with #8DBE40
Text Example
Text Example
White with #8DBE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBE40; }
p { color: rgb(141,190,64); }
H1.HeaderClassName
{
color: #8DBE40;
}
.AnyTagClassName
{
color: #8DBE40;
}
</style>
background-color css
<style>
a { background-color: #8DBE40; }
a { background-color: rgb(141,190,64); }
div.DivClassName
{
background-color: #8DBE40;
}
.BgClassName
{
background-color: #8DBE40;
}
</style>
border-color css
<style>
span { border-color: #8DBE40; }
span { border-color: rgb(141,190,64); }
td.TdClassName
{
border-color: #8DBE40;
}
.TagClassName
{
border-color: #8DBE40;
}
</style>