Shades of Atlantis #85E038
Tints of Atlantis #85E038
RGB
CMYK
RGB Variations
Color information
#85E038 (or 0x85E038) is known color: Atlantis. HEX triplet: 85, E0 and 38. RGB value is (133,224,56). Sum of RGB (Red+Green+Blue) = 133+224+56=413 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.20% from 413); Green value is 224 (87.89% from 255 or 54.24% from 413); Blue value is 56 (22.27% from 255 or 13.56% from 413); Max value from RGB is 224 - color contains mainly: green. Hex color #85E038 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85E038 is #7A1FC7. Grayscale: #B2B2B2. Windows color (decimal): -8003528 or 3727493. OLE color: 3727493.
HSL color Cylindrical-coordinate representation of color #85E038: hue angle of 92.5º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #85E038 is Cyan = 0.41, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 133 | 224 | 56 | - |
| CMYK | 0.41 | 0 | 0.75 | 0.12 |
| HSL | 92.5º | 0.73% | 0.55% | - |
| HSV(B) | 92.5º | 0.75% | 0.88% | - |
| XYZ | 37.04 | 58.58 | 13.1 | - |
| YUV | 177.64 | 59.35 | 96.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 224 | 56 | 0.41 | 0 | 0.75 | 0.12 | 92.5 | 0.73 | 0.55 |
| Hex | 85 | E0 | 38 | 29 | 0 | 4B | C | 5C | 49 | 37 |
| Octal | 205 | 340 | 70 | 51 | 0 | 113 | 14 | 134 | 111 | 67 |
| Binary | 10000101 | 11100000 | 111000 | 101001 | 0 | 1001011 | 1100 | 1011100 | 1001001 | 110111 |
Color Harmonies of #85E038
Complementary color
Monochromatic Colors of #85E038
Black with #85E038
Text Example
Text Example
White with #85E038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E038; }
p { color: rgb(133,224,56); }
H1.HeaderClassName
{
color: #85E038;
}
.AnyTagClassName
{
color: #85E038;
}
</style>
background-color css
<style>
a { background-color: #85E038; }
a { background-color: rgb(133,224,56); }
div.DivClassName
{
background-color: #85E038;
}
.BgClassName
{
background-color: #85E038;
}
</style>
border-color css
<style>
span { border-color: #85E038; }
span { border-color: rgb(133,224,56); }
td.TdClassName
{
border-color: #85E038;
}
.TagClassName
{
border-color: #85E038;
}
</style>