Shades of Atlantis #85EC40
Tints of Atlantis #85EC40
RGB
CMYK
RGB Variations
Color information
#85EC40 (or 0x85EC40) is known color: Atlantis. HEX triplet: 85, EC and 40. RGB value is (133,236,64). Sum of RGB (Red+Green+Blue) = 133+236+64=433 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.72% from 433); Green value is 236 (92.58% from 255 or 54.50% from 433); Blue value is 64 (25.39% from 255 or 14.78% from 433); Max value from RGB is 236 - color contains mainly: green. Hex color #85EC40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85EC40 is #7A13BF. Grayscale: #BABABA. Windows color (decimal): -8000448 or 4254853. OLE color: 4254853.
HSL color Cylindrical-coordinate representation of color #85EC40: hue angle of 95.93º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #85EC40 is Cyan = 0.44, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 236 | 64 | - |
| CMYK | 0.44 | 0 | 0.73 | 0.07 |
| HSL | 95.93º | 0.82% | 0.59% | - |
| HSV(B) | 95.93º | 0.73% | 0.93% | - |
| XYZ | 40.59 | 65.35 | 15.32 | - |
| YUV | 185.6 | 59.38 | 90.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 236 | 64 | 0.44 | 0 | 0.73 | 0.07 | 95.93 | 0.82 | 0.59 |
| Hex | 85 | EC | 40 | 2C | 0 | 49 | 7 | 60 | 52 | 3B |
| Octal | 205 | 354 | 100 | 54 | 0 | 111 | 7 | 140 | 122 | 73 |
| Binary | 10000101 | 11101100 | 1000000 | 101100 | 0 | 1001001 | 111 | 1100000 | 1010010 | 111011 |
Color Harmonies of #85EC40
Complementary color
Monochromatic Colors of #85EC40
Black with #85EC40
Text Example
Text Example
White with #85EC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EC40; }
p { color: rgb(133,236,64); }
H1.HeaderClassName
{
color: #85EC40;
}
.AnyTagClassName
{
color: #85EC40;
}
</style>
background-color css
<style>
a { background-color: #85EC40; }
a { background-color: rgb(133,236,64); }
div.DivClassName
{
background-color: #85EC40;
}
.BgClassName
{
background-color: #85EC40;
}
</style>
border-color css
<style>
span { border-color: #85EC40; }
span { border-color: rgb(133,236,64); }
td.TdClassName
{
border-color: #85EC40;
}
.TagClassName
{
border-color: #85EC40;
}
</style>