Shades of Atlantis #85C140
Tints of Atlantis #85C140
RGB
CMYK
RGB Variations
Color information
#85C140 (or 0x85C140) is known color: Atlantis. HEX triplet: 85, C1 and 40. RGB value is (133,193,64). Sum of RGB (Red+Green+Blue) = 133+193+64=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 193 (75.78% from 255 or 49.49% from 390); Blue value is 64 (25.39% from 255 or 16.41% from 390); Max value from RGB is 193 - color contains mainly: green. Hex color #85C140 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C140 is #7A3EBF. Grayscale: #A0A0A0. Windows color (decimal): -8011456 or 4243845. OLE color: 4243845.
HSL color Cylindrical-coordinate representation of color #85C140: hue angle of 87.91º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #85C140 is Cyan = 0.31, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 193 | 64 | - |
| CMYK | 0.31 | 0 | 0.67 | 0.24 |
| HSL | 87.91º | 0.51% | 0.5% | - |
| HSV(B) | 87.91º | 0.67% | 0.76% | - |
| XYZ | 29.67 | 43.5 | 11.68 | - |
| YUV | 160.35 | 73.62 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 193 | 64 | 0.31 | 0 | 0.67 | 0.24 | 87.91 | 0.51 | 0.5 |
| Hex | 85 | C1 | 40 | 1F | 0 | 43 | 18 | 58 | 33 | 32 |
| Octal | 205 | 301 | 100 | 37 | 0 | 103 | 30 | 130 | 63 | 62 |
| Binary | 10000101 | 11000001 | 1000000 | 11111 | 0 | 1000011 | 11000 | 1011000 | 110011 | 110010 |
Color Harmonies of #85C140
Complementary color
Monochromatic Colors of #85C140
Black with #85C140
Text Example
Text Example
White with #85C140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C140; }
p { color: rgb(133,193,64); }
H1.HeaderClassName
{
color: #85C140;
}
.AnyTagClassName
{
color: #85C140;
}
</style>
background-color css
<style>
a { background-color: #85C140; }
a { background-color: rgb(133,193,64); }
div.DivClassName
{
background-color: #85C140;
}
.BgClassName
{
background-color: #85C140;
}
</style>
border-color css
<style>
span { border-color: #85C140; }
span { border-color: rgb(133,193,64); }
td.TdClassName
{
border-color: #85C140;
}
.TagClassName
{
border-color: #85C140;
}
</style>