Shades of Atlantis #85ED47
Tints of Atlantis #85ED47
RGB
CMYK
RGB Variations
Color information
#85ED47 (or 0x85ED47) is known color: Atlantis. HEX triplet: 85, ED and 47. RGB value is (133,237,71). Sum of RGB (Red+Green+Blue) = 133+237+71=441 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.16% from 441); Green value is 237 (92.97% from 255 or 53.74% from 441); Blue value is 71 (28.12% from 255 or 16.10% from 441); Max value from RGB is 237 - color contains mainly: green. Hex color #85ED47 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85ED47 is #7A12B8. Grayscale: #BBBBBB. Windows color (decimal): -8000185 or 4713861. OLE color: 4713861.
HSL color Cylindrical-coordinate representation of color #85ED47: hue angle of 97.59º degrees, saturation: 0.82, 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 #85ED47 is Cyan = 0.44, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 237 | 71 | - |
| CMYK | 0.44 | 0 | 0.70 | 0.07 |
| HSL | 97.59º | 0.82% | 0.6% | - |
| HSV(B) | 97.59º | 0.7% | 0.93% | - |
| XYZ | 41.09 | 66.01 | 16.54 | - |
| YUV | 186.98 | 62.54 | 89.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 237 | 71 | 0.44 | 0 | 0.70 | 0.07 | 97.59 | 0.82 | 0.6 |
| Hex | 85 | ED | 47 | 2C | 0 | 46 | 7 | 62 | 52 | 3C |
| Octal | 205 | 355 | 107 | 54 | 0 | 106 | 7 | 142 | 122 | 74 |
| Binary | 10000101 | 11101101 | 1000111 | 101100 | 0 | 1000110 | 111 | 1100010 | 1010010 | 111100 |
Color Harmonies of #85ED47
Complementary color
Monochromatic Colors of #85ED47
Black with #85ED47
Text Example
Text Example
White with #85ED47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85ED47; }
p { color: rgb(133,237,71); }
H1.HeaderClassName
{
color: #85ED47;
}
.AnyTagClassName
{
color: #85ED47;
}
</style>
background-color css
<style>
a { background-color: #85ED47; }
a { background-color: rgb(133,237,71); }
div.DivClassName
{
background-color: #85ED47;
}
.BgClassName
{
background-color: #85ED47;
}
</style>
border-color css
<style>
span { border-color: #85ED47; }
span { border-color: rgb(133,237,71); }
td.TdClassName
{
border-color: #85ED47;
}
.TagClassName
{
border-color: #85ED47;
}
</style>