Shades of Atlantis #85E837
Tints of Atlantis #85E837
RGB
CMYK
RGB Variations
Color information
#85E837 (or 0x85E837) is known color: Atlantis. HEX triplet: 85, E8 and 37. RGB value is (133,232,55). Sum of RGB (Red+Green+Blue) = 133+232+55=420 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.67% from 420); Green value is 232 (91.02% from 255 or 55.24% from 420); Blue value is 55 (21.88% from 255 or 13.10% from 420); Max value from RGB is 232 - color contains mainly: green. Hex color #85E837 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85E837 is #7A17C8. Grayscale: #B6B6B6. Windows color (decimal): -8001481 or 3664005. OLE color: 3664005.
HSL color Cylindrical-coordinate representation of color #85E837: hue angle of 93.56º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #85E837 is Cyan = 0.43, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 133 | 232 | 55 | - |
| CMYK | 0.43 | 0 | 0.76 | 0.09 |
| HSL | 93.56º | 0.79% | 0.56% | - |
| HSV(B) | 93.56º | 0.76% | 0.91% | - |
| XYZ | 39.22 | 62.98 | 13.7 | - |
| YUV | 182.22 | 56.2 | 92.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 232 | 55 | 0.43 | 0 | 0.76 | 0.09 | 93.56 | 0.79 | 0.56 |
| Hex | 85 | E8 | 37 | 2B | 0 | 4C | 9 | 5E | 4F | 38 |
| Octal | 205 | 350 | 67 | 53 | 0 | 114 | 11 | 136 | 117 | 70 |
| Binary | 10000101 | 11101000 | 110111 | 101011 | 0 | 1001100 | 1001 | 1011110 | 1001111 | 111000 |
Color Harmonies of #85E837
Complementary color
Monochromatic Colors of #85E837
Black with #85E837
Text Example
Text Example
White with #85E837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E837; }
p { color: rgb(133,232,55); }
H1.HeaderClassName
{
color: #85E837;
}
.AnyTagClassName
{
color: #85E837;
}
</style>
background-color css
<style>
a { background-color: #85E837; }
a { background-color: rgb(133,232,55); }
div.DivClassName
{
background-color: #85E837;
}
.BgClassName
{
background-color: #85E837;
}
</style>
border-color css
<style>
span { border-color: #85E837; }
span { border-color: rgb(133,232,55); }
td.TdClassName
{
border-color: #85E837;
}
.TagClassName
{
border-color: #85E837;
}
</style>