Shades of Atlantis #85EC37
Tints of Atlantis #85EC37
RGB
CMYK
RGB Variations
Color information
#85EC37 (or 0x85EC37) is known color: Atlantis. HEX triplet: 85, EC and 37. RGB value is (133,236,55). Sum of RGB (Red+Green+Blue) = 133+236+55=424 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.37% from 424); Green value is 236 (92.58% from 255 or 55.66% from 424); Blue value is 55 (21.88% from 255 or 12.97% from 424); Max value from RGB is 236 - color contains mainly: green. Hex color #85EC37 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85EC37 is #7A13C8. Grayscale: #B9B9B9. Windows color (decimal): -8000457 or 3665029. OLE color: 3665029.
HSL color Cylindrical-coordinate representation of color #85EC37: hue angle of 94.14º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #85EC37 is Cyan = 0.44, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 236 | 55 | - |
| CMYK | 0.44 | 0 | 0.77 | 0.07 |
| HSL | 94.14º | 0.83% | 0.57% | - |
| HSV(B) | 94.14º | 0.77% | 0.93% | - |
| XYZ | 40.36 | 65.25 | 14.08 | - |
| YUV | 184.57 | 54.88 | 91.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 236 | 55 | 0.44 | 0 | 0.77 | 0.07 | 94.14 | 0.83 | 0.57 |
| Hex | 85 | EC | 37 | 2C | 0 | 4D | 7 | 5E | 53 | 39 |
| Octal | 205 | 354 | 67 | 54 | 0 | 115 | 7 | 136 | 123 | 71 |
| Binary | 10000101 | 11101100 | 110111 | 101100 | 0 | 1001101 | 111 | 1011110 | 1010011 | 111001 |
Color Harmonies of #85EC37
Complementary color
Monochromatic Colors of #85EC37
Black with #85EC37
Text Example
Text Example
White with #85EC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EC37; }
p { color: rgb(133,236,55); }
H1.HeaderClassName
{
color: #85EC37;
}
.AnyTagClassName
{
color: #85EC37;
}
</style>
background-color css
<style>
a { background-color: #85EC37; }
a { background-color: rgb(133,236,55); }
div.DivClassName
{
background-color: #85EC37;
}
.BgClassName
{
background-color: #85EC37;
}
</style>
border-color css
<style>
span { border-color: #85EC37; }
span { border-color: rgb(133,236,55); }
td.TdClassName
{
border-color: #85EC37;
}
.TagClassName
{
border-color: #85EC37;
}
</style>