Shades of Atlantis #85E232
Tints of Atlantis #85E232
RGB
CMYK
RGB Variations
Color information
#85E232 (or 0x85E232) is known color: Atlantis. HEX triplet: 85, E2 and 32. RGB value is (133,226,50). Sum of RGB (Red+Green+Blue) = 133+226+50=409 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.52% from 409); Green value is 226 (88.67% from 255 or 55.26% from 409); Blue value is 50 (19.92% from 255 or 12.22% from 409); Max value from RGB is 226 - color contains mainly: green. Hex color #85E232 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85E232 is #7A1DCD. Grayscale: #B2B2B2. Windows color (decimal): -8003022 or 3334789. OLE color: 3334789.
HSL color Cylindrical-coordinate representation of color #85E232: hue angle of 91.7º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #85E232 is Cyan = 0.41, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 133 | 226 | 50 | - |
| CMYK | 0.41 | 0 | 0.78 | 0.11 |
| HSL | 91.7º | 0.75% | 0.54% | - |
| HSV(B) | 91.7º | 0.78% | 0.89% | - |
| XYZ | 37.44 | 59.61 | 12.55 | - |
| YUV | 178.13 | 55.69 | 95.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 226 | 50 | 0.41 | 0 | 0.78 | 0.11 | 91.7 | 0.75 | 0.54 |
| Hex | 85 | E2 | 32 | 29 | 0 | 4E | B | 5C | 4B | 36 |
| Octal | 205 | 342 | 62 | 51 | 0 | 116 | 13 | 134 | 113 | 66 |
| Binary | 10000101 | 11100010 | 110010 | 101001 | 0 | 1001110 | 1011 | 1011100 | 1001011 | 110110 |
Color Harmonies of #85E232
Complementary color
Monochromatic Colors of #85E232
Black with #85E232
Text Example
Text Example
White with #85E232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E232; }
p { color: rgb(133,226,50); }
H1.HeaderClassName
{
color: #85E232;
}
.AnyTagClassName
{
color: #85E232;
}
</style>
background-color css
<style>
a { background-color: #85E232; }
a { background-color: rgb(133,226,50); }
div.DivClassName
{
background-color: #85E232;
}
.BgClassName
{
background-color: #85E232;
}
</style>
border-color css
<style>
span { border-color: #85E232; }
span { border-color: rgb(133,226,50); }
td.TdClassName
{
border-color: #85E232;
}
.TagClassName
{
border-color: #85E232;
}
</style>