Shades of Atlantis #85E840
Tints of Atlantis #85E840
RGB
CMYK
RGB Variations
Color information
#85E840 (or 0x85E840) is known color: Atlantis. HEX triplet: 85, E8 and 40. RGB value is (133,232,64). Sum of RGB (Red+Green+Blue) = 133+232+64=429 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.00% from 429); Green value is 232 (91.02% from 255 or 54.08% from 429); Blue value is 64 (25.39% from 255 or 14.92% from 429); Max value from RGB is 232 - color contains mainly: green. Hex color #85E840 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85E840 is #7A17BF. Grayscale: #B7B7B7. Windows color (decimal): -8001472 or 4253829. OLE color: 4253829.
HSL color Cylindrical-coordinate representation of color #85E840: hue angle of 95.36º degrees, saturation: 0.79, 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 #85E840 is Cyan = 0.43, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 133 | 232 | 64 | - |
| CMYK | 0.43 | 0 | 0.72 | 0.09 |
| HSL | 95.36º | 0.79% | 0.58% | - |
| HSV(B) | 95.36º | 0.72% | 0.91% | - |
| XYZ | 39.45 | 63.07 | 14.94 | - |
| YUV | 183.25 | 60.7 | 92.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 232 | 64 | 0.43 | 0 | 0.72 | 0.09 | 95.36 | 0.79 | 0.58 |
| Hex | 85 | E8 | 40 | 2B | 0 | 48 | 9 | 5F | 4F | 3A |
| Octal | 205 | 350 | 100 | 53 | 0 | 110 | 11 | 137 | 117 | 72 |
| Binary | 10000101 | 11101000 | 1000000 | 101011 | 0 | 1001000 | 1001 | 1011111 | 1001111 | 111010 |
Color Harmonies of #85E840
Complementary color
Monochromatic Colors of #85E840
Black with #85E840
Text Example
Text Example
White with #85E840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E840; }
p { color: rgb(133,232,64); }
H1.HeaderClassName
{
color: #85E840;
}
.AnyTagClassName
{
color: #85E840;
}
</style>
background-color css
<style>
a { background-color: #85E840; }
a { background-color: rgb(133,232,64); }
div.DivClassName
{
background-color: #85E840;
}
.BgClassName
{
background-color: #85E840;
}
</style>
border-color css
<style>
span { border-color: #85E840; }
span { border-color: rgb(133,232,64); }
td.TdClassName
{
border-color: #85E840;
}
.TagClassName
{
border-color: #85E840;
}
</style>