Shades of Atlantis #85D741
Tints of Atlantis #85D741
RGB
CMYK
RGB Variations
Color information
#85D741 (or 0x85D741) is known color: Atlantis. HEX triplet: 85, D7 and 41. RGB value is (133,215,65). Sum of RGB (Red+Green+Blue) = 133+215+65=413 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.20% from 413); Green value is 215 (84.38% from 255 or 52.06% from 413); Blue value is 65 (25.78% from 255 or 15.74% from 413); Max value from RGB is 215 - color contains mainly: green. Hex color #85D741 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85D741 is #7A28BE. Grayscale: #ADADAD. Windows color (decimal): -8005823 or 4315013. OLE color: 4315013.
HSL color Cylindrical-coordinate representation of color #85D741: hue angle of 92.8º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #85D741 is Cyan = 0.38, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 133 | 215 | 65 | - |
| CMYK | 0.38 | 0 | 0.70 | 0.16 |
| HSL | 92.8º | 0.65% | 0.55% | - |
| HSV(B) | 92.8º | 0.7% | 0.84% | - |
| XYZ | 34.93 | 53.97 | 13.58 | - |
| YUV | 173.38 | 66.83 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 215 | 65 | 0.38 | 0 | 0.70 | 0.16 | 92.8 | 0.65 | 0.55 |
| Hex | 85 | D7 | 41 | 26 | 0 | 46 | 10 | 5D | 41 | 37 |
| Octal | 205 | 327 | 101 | 46 | 0 | 106 | 20 | 135 | 101 | 67 |
| Binary | 10000101 | 11010111 | 1000001 | 100110 | 0 | 1000110 | 10000 | 1011101 | 1000001 | 110111 |
Color Harmonies of #85D741
Complementary color
Monochromatic Colors of #85D741
Black with #85D741
Text Example
Text Example
White with #85D741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D741; }
p { color: rgb(133,215,65); }
H1.HeaderClassName
{
color: #85D741;
}
.AnyTagClassName
{
color: #85D741;
}
</style>
background-color css
<style>
a { background-color: #85D741; }
a { background-color: rgb(133,215,65); }
div.DivClassName
{
background-color: #85D741;
}
.BgClassName
{
background-color: #85D741;
}
</style>
border-color css
<style>
span { border-color: #85D741; }
span { border-color: rgb(133,215,65); }
td.TdClassName
{
border-color: #85D741;
}
.TagClassName
{
border-color: #85D741;
}
</style>