Shades of Atlantis #8DBE43
Tints of Atlantis #8DBE43
RGB
CMYK
RGB Variations
Color information
#8DBE43 (or 0x8DBE43) is known color: Atlantis. HEX triplet: 8D, BE and 43. RGB value is (141,190,67). Sum of RGB (Red+Green+Blue) = 141+190+67=398 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.43% from 398); Green value is 190 (74.61% from 255 or 47.74% from 398); Blue value is 67 (26.56% from 255 or 16.83% from 398); Max value from RGB is 190 - color contains mainly: green. Hex color #8DBE43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBE43 is #7241BC. Grayscale: #A1A1A1. Windows color (decimal): -7487933 or 4439693. OLE color: 4439693.
HSL color Cylindrical-coordinate representation of color #8DBE43: hue angle of 83.9º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8DBE43 is Cyan = 0.26, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 190 | 67 | - |
| CMYK | 0.26 | 0 | 0.65 | 0.25 |
| HSL | 83.9º | 0.49% | 0.5% | - |
| HSV(B) | 83.9º | 0.65% | 0.75% | - |
| XYZ | 30.41 | 42.89 | 11.99 | - |
| YUV | 161.33 | 74.77 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 190 | 67 | 0.26 | 0 | 0.65 | 0.25 | 83.9 | 0.49 | 0.5 |
| Hex | 8D | BE | 43 | 1A | 0 | 41 | 19 | 54 | 31 | 32 |
| Octal | 215 | 276 | 103 | 32 | 0 | 101 | 31 | 124 | 61 | 62 |
| Binary | 10001101 | 10111110 | 1000011 | 11010 | 0 | 1000001 | 11001 | 1010100 | 110001 | 110010 |
Color Harmonies of #8DBE43
Complementary color
Monochromatic Colors of #8DBE43
Black with #8DBE43
Text Example
Text Example
White with #8DBE43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBE43; }
p { color: rgb(141,190,67); }
H1.HeaderClassName
{
color: #8DBE43;
}
.AnyTagClassName
{
color: #8DBE43;
}
</style>
background-color css
<style>
a { background-color: #8DBE43; }
a { background-color: rgb(141,190,67); }
div.DivClassName
{
background-color: #8DBE43;
}
.BgClassName
{
background-color: #8DBE43;
}
</style>
border-color css
<style>
span { border-color: #8DBE43; }
span { border-color: rgb(141,190,67); }
td.TdClassName
{
border-color: #8DBE43;
}
.TagClassName
{
border-color: #8DBE43;
}
</style>