Shades of Atlantis #85E044
Tints of Atlantis #85E044
RGB
CMYK
RGB Variations
Color information
#85E044 (or 0x85E044) is known color: Atlantis. HEX triplet: 85, E0 and 44. RGB value is (133,224,68). Sum of RGB (Red+Green+Blue) = 133+224+68=425 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.29% from 425); Green value is 224 (87.89% from 255 or 52.71% from 425); Blue value is 68 (26.95% from 255 or 16% from 425); Max value from RGB is 224 - color contains mainly: green. Hex color #85E044 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85E044 is #7A1FBB. Grayscale: #B3B3B3. Windows color (decimal): -8003516 or 4513925. OLE color: 4513925.
HSL color Cylindrical-coordinate representation of color #85E044: hue angle of 95º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #85E044 is Cyan = 0.41, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 133 | 224 | 68 | - |
| CMYK | 0.41 | 0 | 0.70 | 0.12 |
| HSL | 95º | 0.72% | 0.57% | - |
| HSV(B) | 95º | 0.7% | 0.88% | - |
| XYZ | 37.37 | 58.72 | 14.83 | - |
| YUV | 179.01 | 65.35 | 95.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 224 | 68 | 0.41 | 0 | 0.70 | 0.12 | 95 | 0.72 | 0.57 |
| Hex | 85 | E0 | 44 | 29 | 0 | 46 | C | 5F | 48 | 39 |
| Octal | 205 | 340 | 104 | 51 | 0 | 106 | 14 | 137 | 110 | 71 |
| Binary | 10000101 | 11100000 | 1000100 | 101001 | 0 | 1000110 | 1100 | 1011111 | 1001000 | 111001 |
Color Harmonies of #85E044
Complementary color
Monochromatic Colors of #85E044
Black with #85E044
Text Example
Text Example
White with #85E044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E044; }
p { color: rgb(133,224,68); }
H1.HeaderClassName
{
color: #85E044;
}
.AnyTagClassName
{
color: #85E044;
}
</style>
background-color css
<style>
a { background-color: #85E044; }
a { background-color: rgb(133,224,68); }
div.DivClassName
{
background-color: #85E044;
}
.BgClassName
{
background-color: #85E044;
}
</style>
border-color css
<style>
span { border-color: #85E044; }
span { border-color: rgb(133,224,68); }
td.TdClassName
{
border-color: #85E044;
}
.TagClassName
{
border-color: #85E044;
}
</style>