Shades of Atlantis #8DBF4A
Tints of Atlantis #8DBF4A
RGB
CMYK
RGB Variations
Color information
#8DBF4A (or 0x8DBF4A) is known color: Atlantis. HEX triplet: 8D, BF and 4A. RGB value is (141,191,74). Sum of RGB (Red+Green+Blue) = 141+191+74=406 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.73% from 406); Green value is 191 (75% from 255 or 47.04% from 406); Blue value is 74 (29.30% from 255 or 18.23% from 406); Max value from RGB is 191 - color contains mainly: green. Hex color #8DBF4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBF4A is #7240B5. Grayscale: #A3A3A3. Windows color (decimal): -7487670 or 4898701. OLE color: 4898701.
HSL color Cylindrical-coordinate representation of color #8DBF4A: hue angle of 85.64º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8DBF4A is Cyan = 0.26, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 191 | 74 | - |
| CMYK | 0.26 | 0 | 0.61 | 0.25 |
| HSL | 85.64º | 0.48% | 0.52% | - |
| HSV(B) | 85.64º | 0.61% | 0.75% | - |
| XYZ | 30.85 | 43.42 | 13.23 | - |
| YUV | 162.71 | 77.94 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 191 | 74 | 0.26 | 0 | 0.61 | 0.25 | 85.64 | 0.48 | 0.52 |
| Hex | 8D | BF | 4A | 1A | 0 | 3D | 19 | 56 | 30 | 34 |
| Octal | 215 | 277 | 112 | 32 | 0 | 75 | 31 | 126 | 60 | 64 |
| Binary | 10001101 | 10111111 | 1001010 | 11010 | 0 | 111101 | 11001 | 1010110 | 110000 | 110100 |
Color Harmonies of #8DBF4A
Complementary color
Monochromatic Colors of #8DBF4A
Black with #8DBF4A
Text Example
Text Example
White with #8DBF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBF4A; }
p { color: rgb(141,191,74); }
H1.HeaderClassName
{
color: #8DBF4A;
}
.AnyTagClassName
{
color: #8DBF4A;
}
</style>
background-color css
<style>
a { background-color: #8DBF4A; }
a { background-color: rgb(141,191,74); }
div.DivClassName
{
background-color: #8DBF4A;
}
.BgClassName
{
background-color: #8DBF4A;
}
</style>
border-color css
<style>
span { border-color: #8DBF4A; }
span { border-color: rgb(141,191,74); }
td.TdClassName
{
border-color: #8DBF4A;
}
.TagClassName
{
border-color: #8DBF4A;
}
</style>