Shades of Atlantis #85E238
Tints of Atlantis #85E238
RGB
CMYK
RGB Variations
Color information
#85E238 (or 0x85E238) is known color: Atlantis. HEX triplet: 85, E2 and 38. RGB value is (133,226,56). Sum of RGB (Red+Green+Blue) = 133+226+56=415 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.05% from 415); Green value is 226 (88.67% from 255 or 54.46% from 415); Blue value is 56 (22.27% from 255 or 13.49% from 415); Max value from RGB is 226 - color contains mainly: green. Hex color #85E238 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85E238 is #7A1DC7. Grayscale: #B3B3B3. Windows color (decimal): -8003016 or 3728005. OLE color: 3728005.
HSL color Cylindrical-coordinate representation of color #85E238: hue angle of 92.82º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #85E238 is Cyan = 0.41, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 133 | 226 | 56 | - |
| CMYK | 0.41 | 0 | 0.75 | 0.11 |
| HSL | 92.82º | 0.75% | 0.55% | - |
| HSV(B) | 92.82º | 0.75% | 0.89% | - |
| XYZ | 37.58 | 59.66 | 13.28 | - |
| YUV | 178.81 | 58.69 | 95.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 226 | 56 | 0.41 | 0 | 0.75 | 0.11 | 92.82 | 0.75 | 0.55 |
| Hex | 85 | E2 | 38 | 29 | 0 | 4B | B | 5D | 4B | 37 |
| Octal | 205 | 342 | 70 | 51 | 0 | 113 | 13 | 135 | 113 | 67 |
| Binary | 10000101 | 11100010 | 111000 | 101001 | 0 | 1001011 | 1011 | 1011101 | 1001011 | 110111 |
Color Harmonies of #85E238
Complementary color
Monochromatic Colors of #85E238
Black with #85E238
Text Example
Text Example
White with #85E238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E238; }
p { color: rgb(133,226,56); }
H1.HeaderClassName
{
color: #85E238;
}
.AnyTagClassName
{
color: #85E238;
}
</style>
background-color css
<style>
a { background-color: #85E238; }
a { background-color: rgb(133,226,56); }
div.DivClassName
{
background-color: #85E238;
}
.BgClassName
{
background-color: #85E238;
}
</style>
border-color css
<style>
span { border-color: #85E238; }
span { border-color: rgb(133,226,56); }
td.TdClassName
{
border-color: #85E238;
}
.TagClassName
{
border-color: #85E238;
}
</style>