Shades of Atlantis #85EC32
Tints of Atlantis #85EC32
RGB
CMYK
RGB Variations
Color information
#85EC32 (or 0x85EC32) is known color: Atlantis. HEX triplet: 85, EC and 32. RGB value is (133,236,50). Sum of RGB (Red+Green+Blue) = 133+236+50=419 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.74% from 419); Green value is 236 (92.58% from 255 or 56.32% from 419); Blue value is 50 (19.92% from 255 or 11.93% from 419); Max value from RGB is 236 - color contains mainly: green. Hex color #85EC32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85EC32 is #7A13CD. Grayscale: #B8B8B8. Windows color (decimal): -8000462 or 3337349. OLE color: 3337349.
HSL color Cylindrical-coordinate representation of color #85EC32: hue angle of 93.23º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #85EC32 is Cyan = 0.44, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 236 | 50 | - |
| CMYK | 0.44 | 0 | 0.79 | 0.07 |
| HSL | 93.23º | 0.83% | 0.56% | - |
| HSV(B) | 93.23º | 0.79% | 0.93% | - |
| XYZ | 40.24 | 65.21 | 13.48 | - |
| YUV | 184 | 52.38 | 91.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 236 | 50 | 0.44 | 0 | 0.79 | 0.07 | 93.23 | 0.83 | 0.56 |
| Hex | 85 | EC | 32 | 2C | 0 | 4F | 7 | 5D | 53 | 38 |
| Octal | 205 | 354 | 62 | 54 | 0 | 117 | 7 | 135 | 123 | 70 |
| Binary | 10000101 | 11101100 | 110010 | 101100 | 0 | 1001111 | 111 | 1011101 | 1010011 | 111000 |
Color Harmonies of #85EC32
Complementary color
Monochromatic Colors of #85EC32
Black with #85EC32
Text Example
Text Example
White with #85EC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EC32; }
p { color: rgb(133,236,50); }
H1.HeaderClassName
{
color: #85EC32;
}
.AnyTagClassName
{
color: #85EC32;
}
</style>
background-color css
<style>
a { background-color: #85EC32; }
a { background-color: rgb(133,236,50); }
div.DivClassName
{
background-color: #85EC32;
}
.BgClassName
{
background-color: #85EC32;
}
</style>
border-color css
<style>
span { border-color: #85EC32; }
span { border-color: rgb(133,236,50); }
td.TdClassName
{
border-color: #85EC32;
}
.TagClassName
{
border-color: #85EC32;
}
</style>