Shades of Atlantis #85E842
Tints of Atlantis #85E842
RGB
CMYK
RGB Variations
Color information
#85E842 (or 0x85E842) is known color: Atlantis. HEX triplet: 85, E8 and 42. RGB value is (133,232,66). Sum of RGB (Red+Green+Blue) = 133+232+66=431 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.86% from 431); Green value is 232 (91.02% from 255 or 53.83% from 431); Blue value is 66 (26.17% from 255 or 15.31% from 431); Max value from RGB is 232 - color contains mainly: green. Hex color #85E842 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85E842 is #7A17BD. Grayscale: #B8B8B8. Windows color (decimal): -8001470 or 4384901. OLE color: 4384901.
HSL color Cylindrical-coordinate representation of color #85E842: hue angle of 95.78º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #85E842 is Cyan = 0.43, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 133 | 232 | 66 | - |
| CMYK | 0.43 | 0 | 0.72 | 0.09 |
| HSL | 95.78º | 0.78% | 0.58% | - |
| HSV(B) | 95.78º | 0.72% | 0.91% | - |
| XYZ | 39.51 | 63.09 | 15.25 | - |
| YUV | 183.48 | 61.7 | 92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 232 | 66 | 0.43 | 0 | 0.72 | 0.09 | 95.78 | 0.78 | 0.58 |
| Hex | 85 | E8 | 42 | 2B | 0 | 48 | 9 | 60 | 4E | 3A |
| Octal | 205 | 350 | 102 | 53 | 0 | 110 | 11 | 140 | 116 | 72 |
| Binary | 10000101 | 11101000 | 1000010 | 101011 | 0 | 1001000 | 1001 | 1100000 | 1001110 | 111010 |
Color Harmonies of #85E842
Complementary color
Monochromatic Colors of #85E842
Black with #85E842
Text Example
Text Example
White with #85E842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E842; }
p { color: rgb(133,232,66); }
H1.HeaderClassName
{
color: #85E842;
}
.AnyTagClassName
{
color: #85E842;
}
</style>
background-color css
<style>
a { background-color: #85E842; }
a { background-color: rgb(133,232,66); }
div.DivClassName
{
background-color: #85E842;
}
.BgClassName
{
background-color: #85E842;
}
</style>
border-color css
<style>
span { border-color: #85E842; }
span { border-color: rgb(133,232,66); }
td.TdClassName
{
border-color: #85E842;
}
.TagClassName
{
border-color: #85E842;
}
</style>