Shades of Atlantis #85E147
Tints of Atlantis #85E147
RGB
CMYK
RGB Variations
Color information
#85E147 (or 0x85E147) is known color: Atlantis. HEX triplet: 85, E1 and 47. RGB value is (133,225,71). Sum of RGB (Red+Green+Blue) = 133+225+71=429 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.00% from 429); Green value is 225 (88.28% from 255 or 52.45% from 429); Blue value is 71 (28.12% from 255 or 16.55% from 429); Max value from RGB is 225 - color contains mainly: green. Hex color #85E147 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85E147 is #7A1EB8. Grayscale: #B4B4B4. Windows color (decimal): -8003257 or 4710789. OLE color: 4710789.
HSL color Cylindrical-coordinate representation of color #85E147: hue angle of 95.84º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #85E147 is Cyan = 0.41, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 133 | 225 | 71 | - |
| CMYK | 0.41 | 0 | 0.68 | 0.12 |
| HSL | 95.84º | 0.72% | 0.58% | - |
| HSV(B) | 95.84º | 0.68% | 0.88% | - |
| XYZ | 37.74 | 59.29 | 15.42 | - |
| YUV | 179.94 | 66.52 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 225 | 71 | 0.41 | 0 | 0.68 | 0.12 | 95.84 | 0.72 | 0.58 |
| Hex | 85 | E1 | 47 | 29 | 0 | 44 | C | 60 | 48 | 3A |
| Octal | 205 | 341 | 107 | 51 | 0 | 104 | 14 | 140 | 110 | 72 |
| Binary | 10000101 | 11100001 | 1000111 | 101001 | 0 | 1000100 | 1100 | 1100000 | 1001000 | 111010 |
Color Harmonies of #85E147
Complementary color
Monochromatic Colors of #85E147
Black with #85E147
Text Example
Text Example
White with #85E147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E147; }
p { color: rgb(133,225,71); }
H1.HeaderClassName
{
color: #85E147;
}
.AnyTagClassName
{
color: #85E147;
}
</style>
background-color css
<style>
a { background-color: #85E147; }
a { background-color: rgb(133,225,71); }
div.DivClassName
{
background-color: #85E147;
}
.BgClassName
{
background-color: #85E147;
}
</style>
border-color css
<style>
span { border-color: #85E147; }
span { border-color: rgb(133,225,71); }
td.TdClassName
{
border-color: #85E147;
}
.TagClassName
{
border-color: #85E147;
}
</style>