Shades of Atlantis #85E339
Tints of Atlantis #85E339
RGB
CMYK
RGB Variations
Color information
#85E339 (or 0x85E339) is known color: Atlantis. HEX triplet: 85, E3 and 39. RGB value is (133,227,57). Sum of RGB (Red+Green+Blue) = 133+227+57=417 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.89% from 417); Green value is 227 (89.06% from 255 or 54.44% from 417); Blue value is 57 (22.66% from 255 or 13.67% from 417); Max value from RGB is 227 - color contains mainly: green. Hex color #85E339 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85E339 is #7A1CC6. Grayscale: #B4B4B4. Windows color (decimal): -8002759 or 3793797. OLE color: 3793797.
HSL color Cylindrical-coordinate representation of color #85E339: hue angle of 93.18º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #85E339 is Cyan = 0.41, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 133 | 227 | 57 | - |
| CMYK | 0.41 | 0 | 0.75 | 0.11 |
| HSL | 93.18º | 0.75% | 0.56% | - |
| HSV(B) | 93.18º | 0.75% | 0.89% | - |
| XYZ | 37.88 | 60.22 | 13.5 | - |
| YUV | 179.51 | 58.86 | 94.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 227 | 57 | 0.41 | 0 | 0.75 | 0.11 | 93.18 | 0.75 | 0.56 |
| Hex | 85 | E3 | 39 | 29 | 0 | 4B | B | 5D | 4B | 38 |
| Octal | 205 | 343 | 71 | 51 | 0 | 113 | 13 | 135 | 113 | 70 |
| Binary | 10000101 | 11100011 | 111001 | 101001 | 0 | 1001011 | 1011 | 1011101 | 1001011 | 111000 |
Color Harmonies of #85E339
Complementary color
Monochromatic Colors of #85E339
Black with #85E339
Text Example
Text Example
White with #85E339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E339; }
p { color: rgb(133,227,57); }
H1.HeaderClassName
{
color: #85E339;
}
.AnyTagClassName
{
color: #85E339;
}
</style>
background-color css
<style>
a { background-color: #85E339; }
a { background-color: rgb(133,227,57); }
div.DivClassName
{
background-color: #85E339;
}
.BgClassName
{
background-color: #85E339;
}
</style>
border-color css
<style>
span { border-color: #85E339; }
span { border-color: rgb(133,227,57); }
td.TdClassName
{
border-color: #85E339;
}
.TagClassName
{
border-color: #85E339;
}
</style>