Shades of Atlantis #85E83D
Tints of Atlantis #85E83D
RGB
CMYK
RGB Variations
Color information
#85E83D (or 0x85E83D) is known color: Atlantis. HEX triplet: 85, E8 and 3D. RGB value is (133,232,61). Sum of RGB (Red+Green+Blue) = 133+232+61=426 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.22% from 426); Green value is 232 (91.02% from 255 or 54.46% from 426); Blue value is 61 (24.22% from 255 or 14.32% from 426); Max value from RGB is 232 - color contains mainly: green. Hex color #85E83D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85E83D is #7A17C2. Grayscale: #B7B7B7. Windows color (decimal): -8001475 or 4057221. OLE color: 4057221.
HSL color Cylindrical-coordinate representation of color #85E83D: hue angle of 94.74º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #85E83D is Cyan = 0.43, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 133 | 232 | 61 | - |
| CMYK | 0.43 | 0 | 0.74 | 0.09 |
| HSL | 94.74º | 0.79% | 0.57% | - |
| HSV(B) | 94.74º | 0.74% | 0.91% | - |
| XYZ | 39.37 | 63.04 | 14.51 | - |
| YUV | 182.91 | 59.2 | 92.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 232 | 61 | 0.43 | 0 | 0.74 | 0.09 | 94.74 | 0.79 | 0.57 |
| Hex | 85 | E8 | 3D | 2B | 0 | 4A | 9 | 5F | 4F | 39 |
| Octal | 205 | 350 | 75 | 53 | 0 | 112 | 11 | 137 | 117 | 71 |
| Binary | 10000101 | 11101000 | 111101 | 101011 | 0 | 1001010 | 1001 | 1011111 | 1001111 | 111001 |
Color Harmonies of #85E83D
Complementary color
Monochromatic Colors of #85E83D
Black with #85E83D
Text Example
Text Example
White with #85E83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E83D; }
p { color: rgb(133,232,61); }
H1.HeaderClassName
{
color: #85E83D;
}
.AnyTagClassName
{
color: #85E83D;
}
</style>
background-color css
<style>
a { background-color: #85E83D; }
a { background-color: rgb(133,232,61); }
div.DivClassName
{
background-color: #85E83D;
}
.BgClassName
{
background-color: #85E83D;
}
</style>
border-color css
<style>
span { border-color: #85E83D; }
span { border-color: rgb(133,232,61); }
td.TdClassName
{
border-color: #85E83D;
}
.TagClassName
{
border-color: #85E83D;
}
</style>