Shades of Atlantis #85E835
Tints of Atlantis #85E835
RGB
CMYK
RGB Variations
Color information
#85E835 (or 0x85E835) is known color: Atlantis. HEX triplet: 85, E8 and 35. RGB value is (133,232,53). Sum of RGB (Red+Green+Blue) = 133+232+53=418 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.82% from 418); Green value is 232 (91.02% from 255 or 55.50% from 418); Blue value is 53 (21.09% from 255 or 12.68% from 418); Max value from RGB is 232 - color contains mainly: green. Hex color #85E835 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85E835 is #7A17CA. Grayscale: #B6B6B6. Windows color (decimal): -8001483 or 3532933. OLE color: 3532933.
HSL color Cylindrical-coordinate representation of color #85E835: hue angle of 93.18º degrees, saturation: 0.8, 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 #85E835 is Cyan = 0.43, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 133 | 232 | 53 | - |
| CMYK | 0.43 | 0 | 0.77 | 0.09 |
| HSL | 93.18º | 0.8% | 0.56% | - |
| HSV(B) | 93.18º | 0.77% | 0.91% | - |
| XYZ | 39.17 | 62.96 | 13.46 | - |
| YUV | 181.99 | 55.2 | 93.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 232 | 53 | 0.43 | 0 | 0.77 | 0.09 | 93.18 | 0.8 | 0.56 |
| Hex | 85 | E8 | 35 | 2B | 0 | 4D | 9 | 5D | 50 | 38 |
| Octal | 205 | 350 | 65 | 53 | 0 | 115 | 11 | 135 | 120 | 70 |
| Binary | 10000101 | 11101000 | 110101 | 101011 | 0 | 1001101 | 1001 | 1011101 | 1010000 | 111000 |
Color Harmonies of #85E835
Complementary color
Monochromatic Colors of #85E835
Black with #85E835
Text Example
Text Example
White with #85E835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E835; }
p { color: rgb(133,232,53); }
H1.HeaderClassName
{
color: #85E835;
}
.AnyTagClassName
{
color: #85E835;
}
</style>
background-color css
<style>
a { background-color: #85E835; }
a { background-color: rgb(133,232,53); }
div.DivClassName
{
background-color: #85E835;
}
.BgClassName
{
background-color: #85E835;
}
</style>
border-color css
<style>
span { border-color: #85E835; }
span { border-color: rgb(133,232,53); }
td.TdClassName
{
border-color: #85E835;
}
.TagClassName
{
border-color: #85E835;
}
</style>