Shades of Atlantis #85C741
Tints of Atlantis #85C741
RGB
CMYK
RGB Variations
Color information
#85C741 (or 0x85C741) is known color: Atlantis. HEX triplet: 85, C7 and 41. RGB value is (133,199,65). Sum of RGB (Red+Green+Blue) = 133+199+65=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 199 (78.12% from 255 or 50.13% from 397); Blue value is 65 (25.78% from 255 or 16.37% from 397); Max value from RGB is 199 - color contains mainly: green. Hex color #85C741 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C741 is #7A38BE. Grayscale: #A4A4A4. Windows color (decimal): -8009919 or 4310917. OLE color: 4310917.
HSL color Cylindrical-coordinate representation of color #85C741: hue angle of 89.55º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #85C741 is Cyan = 0.33, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 133 | 199 | 65 | - |
| CMYK | 0.33 | 0 | 0.67 | 0.22 |
| HSL | 89.55º | 0.54% | 0.52% | - |
| HSV(B) | 89.55º | 0.67% | 0.78% | - |
| XYZ | 31.05 | 46.22 | 12.28 | - |
| YUV | 163.99 | 72.13 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 199 | 65 | 0.33 | 0 | 0.67 | 0.22 | 89.55 | 0.54 | 0.52 |
| Hex | 85 | C7 | 41 | 21 | 0 | 43 | 16 | 5A | 36 | 34 |
| Octal | 205 | 307 | 101 | 41 | 0 | 103 | 26 | 132 | 66 | 64 |
| Binary | 10000101 | 11000111 | 1000001 | 100001 | 0 | 1000011 | 10110 | 1011010 | 110110 | 110100 |
Color Harmonies of #85C741
Complementary color
Monochromatic Colors of #85C741
Black with #85C741
Text Example
Text Example
White with #85C741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C741; }
p { color: rgb(133,199,65); }
H1.HeaderClassName
{
color: #85C741;
}
.AnyTagClassName
{
color: #85C741;
}
</style>
background-color css
<style>
a { background-color: #85C741; }
a { background-color: rgb(133,199,65); }
div.DivClassName
{
background-color: #85C741;
}
.BgClassName
{
background-color: #85C741;
}
</style>
border-color css
<style>
span { border-color: #85C741; }
span { border-color: rgb(133,199,65); }
td.TdClassName
{
border-color: #85C741;
}
.TagClassName
{
border-color: #85C741;
}
</style>