Shades of Atlantis #8DBB42
Tints of Atlantis #8DBB42
RGB
CMYK
RGB Variations
Color information
#8DBB42 (or 0x8DBB42) is known color: Atlantis. HEX triplet: 8D, BB and 42. RGB value is (141,187,66). Sum of RGB (Red+Green+Blue) = 141+187+66=394 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.79% from 394); Green value is 187 (73.44% from 255 or 47.46% from 394); Blue value is 66 (26.17% from 255 or 16.75% from 394); Max value from RGB is 187 - color contains mainly: green. Hex color #8DBB42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBB42 is #7244BD. Grayscale: #9F9F9F. Windows color (decimal): -7488702 or 4373389. OLE color: 4373389.
HSL color Cylindrical-coordinate representation of color #8DBB42: hue angle of 82.81º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8DBB42 is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 187 | 66 | - |
| CMYK | 0.25 | 0 | 0.65 | 0.27 |
| HSL | 82.81º | 0.48% | 0.5% | - |
| HSV(B) | 82.81º | 0.65% | 0.73% | - |
| XYZ | 29.74 | 41.6 | 11.62 | - |
| YUV | 159.45 | 75.26 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 187 | 66 | 0.25 | 0 | 0.65 | 0.27 | 82.81 | 0.48 | 0.5 |
| Hex | 8D | BB | 42 | 19 | 0 | 41 | 1B | 53 | 30 | 32 |
| Octal | 215 | 273 | 102 | 31 | 0 | 101 | 33 | 123 | 60 | 62 |
| Binary | 10001101 | 10111011 | 1000010 | 11001 | 0 | 1000001 | 11011 | 1010011 | 110000 | 110010 |
Color Harmonies of #8DBB42
Complementary color
Monochromatic Colors of #8DBB42
Black with #8DBB42
Text Example
Text Example
White with #8DBB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBB42; }
p { color: rgb(141,187,66); }
H1.HeaderClassName
{
color: #8DBB42;
}
.AnyTagClassName
{
color: #8DBB42;
}
</style>
background-color css
<style>
a { background-color: #8DBB42; }
a { background-color: rgb(141,187,66); }
div.DivClassName
{
background-color: #8DBB42;
}
.BgClassName
{
background-color: #8DBB42;
}
</style>
border-color css
<style>
span { border-color: #8DBB42; }
span { border-color: rgb(141,187,66); }
td.TdClassName
{
border-color: #8DBB42;
}
.TagClassName
{
border-color: #8DBB42;
}
</style>