Shades of Atlantis #85C53E
Tints of Atlantis #85C53E
RGB
CMYK
RGB Variations
Color information
#85C53E (or 0x85C53E) is known color: Atlantis. HEX triplet: 85, C5 and 3E. RGB value is (133,197,62). Sum of RGB (Red+Green+Blue) = 133+197+62=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 197 (77.34% from 255 or 50.26% from 392); Blue value is 62 (24.61% from 255 or 15.82% from 392); Max value from RGB is 197 - color contains mainly: green. Hex color #85C53E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C53E is #7A3AC1. Grayscale: #A2A2A2. Windows color (decimal): -8010434 or 4113797. OLE color: 4113797.
HSL color Cylindrical-coordinate representation of color #85C53E: hue angle of 88.44º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #85C53E is Cyan = 0.32, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 133 | 197 | 62 | - |
| CMYK | 0.32 | 0 | 0.69 | 0.23 |
| HSL | 88.44º | 0.54% | 0.51% | - |
| HSV(B) | 88.44º | 0.69% | 0.77% | - |
| XYZ | 30.51 | 45.27 | 11.69 | - |
| YUV | 162.47 | 71.3 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 197 | 62 | 0.32 | 0 | 0.69 | 0.23 | 88.44 | 0.54 | 0.51 |
| Hex | 85 | C5 | 3E | 20 | 0 | 45 | 17 | 58 | 36 | 33 |
| Octal | 205 | 305 | 76 | 40 | 0 | 105 | 27 | 130 | 66 | 63 |
| Binary | 10000101 | 11000101 | 111110 | 100000 | 0 | 1000101 | 10111 | 1011000 | 110110 | 110011 |
Color Harmonies of #85C53E
Complementary color
Monochromatic Colors of #85C53E
Black with #85C53E
Text Example
Text Example
White with #85C53E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C53E; }
p { color: rgb(133,197,62); }
H1.HeaderClassName
{
color: #85C53E;
}
.AnyTagClassName
{
color: #85C53E;
}
</style>
background-color css
<style>
a { background-color: #85C53E; }
a { background-color: rgb(133,197,62); }
div.DivClassName
{
background-color: #85C53E;
}
.BgClassName
{
background-color: #85C53E;
}
</style>
border-color css
<style>
span { border-color: #85C53E; }
span { border-color: rgb(133,197,62); }
td.TdClassName
{
border-color: #85C53E;
}
.TagClassName
{
border-color: #85C53E;
}
</style>