Shades of Atlantis #85BC40
Tints of Atlantis #85BC40
RGB
CMYK
RGB Variations
Color information
#85BC40 (or 0x85BC40) is known color: Atlantis. HEX triplet: 85, BC and 40. RGB value is (133,188,64). Sum of RGB (Red+Green+Blue) = 133+188+64=385 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.55% from 385); Green value is 188 (73.83% from 255 or 48.83% from 385); Blue value is 64 (25.39% from 255 or 16.62% from 385); Max value from RGB is 188 - color contains mainly: green. Hex color #85BC40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BC40 is #7A43BF. Grayscale: #9D9D9D. Windows color (decimal): -8012736 or 4242565. OLE color: 4242565.
HSL color Cylindrical-coordinate representation of color #85BC40: hue angle of 86.61º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #85BC40 is Cyan = 0.29, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 188 | 64 | - |
| CMYK | 0.29 | 0 | 0.66 | 0.26 |
| HSL | 86.61º | 0.49% | 0.49% | - |
| HSV(B) | 86.61º | 0.66% | 0.74% | - |
| XYZ | 28.58 | 41.32 | 11.32 | - |
| YUV | 157.42 | 75.28 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 188 | 64 | 0.29 | 0 | 0.66 | 0.26 | 86.61 | 0.49 | 0.49 |
| Hex | 85 | BC | 40 | 1D | 0 | 42 | 1A | 57 | 31 | 31 |
| Octal | 205 | 274 | 100 | 35 | 0 | 102 | 32 | 127 | 61 | 61 |
| Binary | 10000101 | 10111100 | 1000000 | 11101 | 0 | 1000010 | 11010 | 1010111 | 110001 | 110001 |
Color Harmonies of #85BC40
Complementary color
Monochromatic Colors of #85BC40
Black with #85BC40
Text Example
Text Example
White with #85BC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BC40; }
p { color: rgb(133,188,64); }
H1.HeaderClassName
{
color: #85BC40;
}
.AnyTagClassName
{
color: #85BC40;
}
</style>
background-color css
<style>
a { background-color: #85BC40; }
a { background-color: rgb(133,188,64); }
div.DivClassName
{
background-color: #85BC40;
}
.BgClassName
{
background-color: #85BC40;
}
</style>
border-color css
<style>
span { border-color: #85BC40; }
span { border-color: rgb(133,188,64); }
td.TdClassName
{
border-color: #85BC40;
}
.TagClassName
{
border-color: #85BC40;
}
</style>