Shades of Atlantis #85D33D
Tints of Atlantis #85D33D
RGB
CMYK
RGB Variations
Color information
#85D33D (or 0x85D33D) is known color: Atlantis. HEX triplet: 85, D3 and 3D. RGB value is (133,211,61). Sum of RGB (Red+Green+Blue) = 133+211+61=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 211 (82.81% from 255 or 52.10% from 405); Blue value is 61 (24.22% from 255 or 15.06% from 405); Max value from RGB is 211 - color contains mainly: green. Hex color #85D33D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85D33D is #7A2CC2. Grayscale: #ABABAB. Windows color (decimal): -8006851 or 4051845. OLE color: 4051845.
HSL color Cylindrical-coordinate representation of color #85D33D: hue angle of 91.2º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #85D33D is Cyan = 0.37, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 133 | 211 | 61 | - |
| CMYK | 0.37 | 0 | 0.71 | 0.17 |
| HSL | 91.2º | 0.63% | 0.53% | - |
| HSV(B) | 91.2º | 0.71% | 0.83% | - |
| XYZ | 33.81 | 51.91 | 12.65 | - |
| YUV | 170.58 | 66.16 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 211 | 61 | 0.37 | 0 | 0.71 | 0.17 | 91.2 | 0.63 | 0.53 |
| Hex | 85 | D3 | 3D | 25 | 0 | 47 | 11 | 5B | 3F | 35 |
| Octal | 205 | 323 | 75 | 45 | 0 | 107 | 21 | 133 | 77 | 65 |
| Binary | 10000101 | 11010011 | 111101 | 100101 | 0 | 1000111 | 10001 | 1011011 | 111111 | 110101 |
Color Harmonies of #85D33D
Complementary color
Monochromatic Colors of #85D33D
Black with #85D33D
Text Example
Text Example
White with #85D33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D33D; }
p { color: rgb(133,211,61); }
H1.HeaderClassName
{
color: #85D33D;
}
.AnyTagClassName
{
color: #85D33D;
}
</style>
background-color css
<style>
a { background-color: #85D33D; }
a { background-color: rgb(133,211,61); }
div.DivClassName
{
background-color: #85D33D;
}
.BgClassName
{
background-color: #85D33D;
}
</style>
border-color css
<style>
span { border-color: #85D33D; }
span { border-color: rgb(133,211,61); }
td.TdClassName
{
border-color: #85D33D;
}
.TagClassName
{
border-color: #85D33D;
}
</style>