Shades of Atlantis #85E446
Tints of Atlantis #85E446
RGB
CMYK
RGB Variations
Color information
#85E446 (or 0x85E446) is known color: Atlantis. HEX triplet: 85, E4 and 46. RGB value is (133,228,70). Sum of RGB (Red+Green+Blue) = 133+228+70=431 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.86% from 431); Green value is 228 (89.45% from 255 or 52.90% from 431); Blue value is 70 (27.73% from 255 or 16.24% from 431); Max value from RGB is 228 - color contains mainly: green. Hex color #85E446 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85E446 is #7A1BB9. Grayscale: #B6B6B6. Windows color (decimal): -8002490 or 4646021. OLE color: 4646021.
HSL color Cylindrical-coordinate representation of color #85E446: hue angle of 96.08º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #85E446 is Cyan = 0.42, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 133 | 228 | 70 | - |
| CMYK | 0.42 | 0 | 0.69 | 0.11 |
| HSL | 96.08º | 0.75% | 0.58% | - |
| HSV(B) | 96.08º | 0.69% | 0.89% | - |
| XYZ | 38.52 | 60.92 | 15.52 | - |
| YUV | 181.58 | 65.03 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 228 | 70 | 0.42 | 0 | 0.69 | 0.11 | 96.08 | 0.75 | 0.58 |
| Hex | 85 | E4 | 46 | 2A | 0 | 45 | B | 60 | 4B | 3A |
| Octal | 205 | 344 | 106 | 52 | 0 | 105 | 13 | 140 | 113 | 72 |
| Binary | 10000101 | 11100100 | 1000110 | 101010 | 0 | 1000101 | 1011 | 1100000 | 1001011 | 111010 |
Color Harmonies of #85E446
Complementary color
Monochromatic Colors of #85E446
Black with #85E446
Text Example
Text Example
White with #85E446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E446; }
p { color: rgb(133,228,70); }
H1.HeaderClassName
{
color: #85E446;
}
.AnyTagClassName
{
color: #85E446;
}
</style>
background-color css
<style>
a { background-color: #85E446; }
a { background-color: rgb(133,228,70); }
div.DivClassName
{
background-color: #85E446;
}
.BgClassName
{
background-color: #85E446;
}
</style>
border-color css
<style>
span { border-color: #85E446; }
span { border-color: rgb(133,228,70); }
td.TdClassName
{
border-color: #85E446;
}
.TagClassName
{
border-color: #85E446;
}
</style>