Shades of Atlantis #85E836
Tints of Atlantis #85E836
RGB
CMYK
RGB Variations
Color information
#85E836 (or 0x85E836) is known color: Atlantis. HEX triplet: 85, E8 and 36. RGB value is (133,232,54). Sum of RGB (Red+Green+Blue) = 133+232+54=419 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.74% from 419); Green value is 232 (91.02% from 255 or 55.37% from 419); Blue value is 54 (21.48% from 255 or 12.89% from 419); Max value from RGB is 232 - color contains mainly: green. Hex color #85E836 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85E836 is #7A17C9. Grayscale: #B6B6B6. Windows color (decimal): -8001482 or 3598469. OLE color: 3598469.
HSL color Cylindrical-coordinate representation of color #85E836: hue angle of 93.37º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #85E836 is Cyan = 0.43, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 133 | 232 | 54 | - |
| CMYK | 0.43 | 0 | 0.77 | 0.09 |
| HSL | 93.37º | 0.79% | 0.56% | - |
| HSV(B) | 93.37º | 0.77% | 0.91% | - |
| XYZ | 39.2 | 62.97 | 13.58 | - |
| YUV | 182.11 | 55.7 | 92.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 232 | 54 | 0.43 | 0 | 0.77 | 0.09 | 93.37 | 0.79 | 0.56 |
| Hex | 85 | E8 | 36 | 2B | 0 | 4D | 9 | 5D | 4F | 38 |
| Octal | 205 | 350 | 66 | 53 | 0 | 115 | 11 | 135 | 117 | 70 |
| Binary | 10000101 | 11101000 | 110110 | 101011 | 0 | 1001101 | 1001 | 1011101 | 1001111 | 111000 |
Color Harmonies of #85E836
Complementary color
Monochromatic Colors of #85E836
Black with #85E836
Text Example
Text Example
White with #85E836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E836; }
p { color: rgb(133,232,54); }
H1.HeaderClassName
{
color: #85E836;
}
.AnyTagClassName
{
color: #85E836;
}
</style>
background-color css
<style>
a { background-color: #85E836; }
a { background-color: rgb(133,232,54); }
div.DivClassName
{
background-color: #85E836;
}
.BgClassName
{
background-color: #85E836;
}
</style>
border-color css
<style>
span { border-color: #85E836; }
span { border-color: rgb(133,232,54); }
td.TdClassName
{
border-color: #85E836;
}
.TagClassName
{
border-color: #85E836;
}
</style>