Shades of Atlantis #85D537
Tints of Atlantis #85D537
RGB
CMYK
RGB Variations
Color information
#85D537 (or 0x85D537) is known color: Atlantis. HEX triplet: 85, D5 and 37. RGB value is (133,213,55). Sum of RGB (Red+Green+Blue) = 133+213+55=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 213 (83.59% from 255 or 53.12% from 401); Blue value is 55 (21.88% from 255 or 13.72% from 401); Max value from RGB is 213 - color contains mainly: green. Hex color #85D537 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85D537 is #7A2AC8. Grayscale: #ABABAB. Windows color (decimal): -8006345 or 3659141. OLE color: 3659141.
HSL color Cylindrical-coordinate representation of color #85D537: hue angle of 90.38º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #85D537 is Cyan = 0.38, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 133 | 213 | 55 | - |
| CMYK | 0.38 | 0 | 0.74 | 0.16 |
| HSL | 90.38º | 0.65% | 0.53% | - |
| HSV(B) | 90.38º | 0.74% | 0.84% | - |
| XYZ | 34.16 | 52.85 | 12.02 | - |
| YUV | 171.07 | 62.5 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 213 | 55 | 0.38 | 0 | 0.74 | 0.16 | 90.38 | 0.65 | 0.53 |
| Hex | 85 | D5 | 37 | 26 | 0 | 4A | 10 | 5A | 41 | 35 |
| Octal | 205 | 325 | 67 | 46 | 0 | 112 | 20 | 132 | 101 | 65 |
| Binary | 10000101 | 11010101 | 110111 | 100110 | 0 | 1001010 | 10000 | 1011010 | 1000001 | 110101 |
Color Harmonies of #85D537
Complementary color
Monochromatic Colors of #85D537
Black with #85D537
Text Example
Text Example
White with #85D537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D537; }
p { color: rgb(133,213,55); }
H1.HeaderClassName
{
color: #85D537;
}
.AnyTagClassName
{
color: #85D537;
}
</style>
background-color css
<style>
a { background-color: #85D537; }
a { background-color: rgb(133,213,55); }
div.DivClassName
{
background-color: #85D537;
}
.BgClassName
{
background-color: #85D537;
}
</style>
border-color css
<style>
span { border-color: #85D537; }
span { border-color: rgb(133,213,55); }
td.TdClassName
{
border-color: #85D537;
}
.TagClassName
{
border-color: #85D537;
}
</style>