Shades of Atlantis #85EC46
Tints of Atlantis #85EC46
RGB
CMYK
RGB Variations
Color information
#85EC46 (or 0x85EC46) is known color: Atlantis. HEX triplet: 85, EC and 46. RGB value is (133,236,70). Sum of RGB (Red+Green+Blue) = 133+236+70=439 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.30% from 439); Green value is 236 (92.58% from 255 or 53.76% from 439); Blue value is 70 (27.73% from 255 or 15.95% from 439); Max value from RGB is 236 - color contains mainly: green. Hex color #85EC46 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85EC46 is #7A13B9. Grayscale: #BABABA. Windows color (decimal): -8000442 or 4648069. OLE color: 4648069.
HSL color Cylindrical-coordinate representation of color #85EC46: hue angle of 97.23º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #85EC46 is Cyan = 0.44, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 236 | 70 | - |
| CMYK | 0.44 | 0 | 0.70 | 0.07 |
| HSL | 97.23º | 0.81% | 0.6% | - |
| HSV(B) | 97.23º | 0.7% | 0.93% | - |
| XYZ | 40.77 | 65.42 | 16.27 | - |
| YUV | 186.28 | 62.38 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 236 | 70 | 0.44 | 0 | 0.70 | 0.07 | 97.23 | 0.81 | 0.6 |
| Hex | 85 | EC | 46 | 2C | 0 | 46 | 7 | 61 | 51 | 3C |
| Octal | 205 | 354 | 106 | 54 | 0 | 106 | 7 | 141 | 121 | 74 |
| Binary | 10000101 | 11101100 | 1000110 | 101100 | 0 | 1000110 | 111 | 1100001 | 1010001 | 111100 |
Color Harmonies of #85EC46
Complementary color
Monochromatic Colors of #85EC46
Black with #85EC46
Text Example
Text Example
White with #85EC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EC46; }
p { color: rgb(133,236,70); }
H1.HeaderClassName
{
color: #85EC46;
}
.AnyTagClassName
{
color: #85EC46;
}
</style>
background-color css
<style>
a { background-color: #85EC46; }
a { background-color: rgb(133,236,70); }
div.DivClassName
{
background-color: #85EC46;
}
.BgClassName
{
background-color: #85EC46;
}
</style>
border-color css
<style>
span { border-color: #85EC46; }
span { border-color: rgb(133,236,70); }
td.TdClassName
{
border-color: #85EC46;
}
.TagClassName
{
border-color: #85EC46;
}
</style>