Shades of Atlantis #85E240
Tints of Atlantis #85E240
RGB
CMYK
RGB Variations
Color information
#85E240 (or 0x85E240) is known color: Atlantis. HEX triplet: 85, E2 and 40. RGB value is (133,226,64). Sum of RGB (Red+Green+Blue) = 133+226+64=423 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.44% from 423); Green value is 226 (88.67% from 255 or 53.43% from 423); Blue value is 64 (25.39% from 255 or 15.13% from 423); Max value from RGB is 226 - color contains mainly: green. Hex color #85E240 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85E240 is #7A1DBF. Grayscale: #B4B4B4. Windows color (decimal): -8003008 or 4252293. OLE color: 4252293.
HSL color Cylindrical-coordinate representation of color #85E240: hue angle of 94.44º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #85E240 is Cyan = 0.41, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 133 | 226 | 64 | - |
| CMYK | 0.41 | 0 | 0.72 | 0.11 |
| HSL | 94.44º | 0.74% | 0.57% | - |
| HSV(B) | 94.44º | 0.72% | 0.89% | - |
| XYZ | 37.79 | 59.75 | 14.39 | - |
| YUV | 179.73 | 62.69 | 94.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 226 | 64 | 0.41 | 0 | 0.72 | 0.11 | 94.44 | 0.74 | 0.57 |
| Hex | 85 | E2 | 40 | 29 | 0 | 48 | B | 5E | 4A | 39 |
| Octal | 205 | 342 | 100 | 51 | 0 | 110 | 13 | 136 | 112 | 71 |
| Binary | 10000101 | 11100010 | 1000000 | 101001 | 0 | 1001000 | 1011 | 1011110 | 1001010 | 111001 |
Color Harmonies of #85E240
Complementary color
Monochromatic Colors of #85E240
Black with #85E240
Text Example
Text Example
White with #85E240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E240; }
p { color: rgb(133,226,64); }
H1.HeaderClassName
{
color: #85E240;
}
.AnyTagClassName
{
color: #85E240;
}
</style>
background-color css
<style>
a { background-color: #85E240; }
a { background-color: rgb(133,226,64); }
div.DivClassName
{
background-color: #85E240;
}
.BgClassName
{
background-color: #85E240;
}
</style>
border-color css
<style>
span { border-color: #85E240; }
span { border-color: rgb(133,226,64); }
td.TdClassName
{
border-color: #85E240;
}
.TagClassName
{
border-color: #85E240;
}
</style>