Shades of Atlantis #85C740
Tints of Atlantis #85C740
RGB
CMYK
RGB Variations
Color information
#85C740 (or 0x85C740) is known color: Atlantis. HEX triplet: 85, C7 and 40. RGB value is (133,199,64). Sum of RGB (Red+Green+Blue) = 133+199+64=396 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.59% from 396); Green value is 199 (78.12% from 255 or 50.25% from 396); Blue value is 64 (25.39% from 255 or 16.16% from 396); Max value from RGB is 199 - color contains mainly: green. Hex color #85C740 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C740 is #7A38BF. Grayscale: #A4A4A4. Windows color (decimal): -8009920 or 4245381. OLE color: 4245381.
HSL color Cylindrical-coordinate representation of color #85C740: hue angle of 89.33º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #85C740 is Cyan = 0.33, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 133 | 199 | 64 | - |
| CMYK | 0.33 | 0 | 0.68 | 0.22 |
| HSL | 89.33º | 0.55% | 0.52% | - |
| HSV(B) | 89.33º | 0.68% | 0.78% | - |
| XYZ | 31.02 | 46.2 | 12.13 | - |
| YUV | 163.88 | 71.63 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 199 | 64 | 0.33 | 0 | 0.68 | 0.22 | 89.33 | 0.55 | 0.52 |
| Hex | 85 | C7 | 40 | 21 | 0 | 44 | 16 | 59 | 37 | 34 |
| Octal | 205 | 307 | 100 | 41 | 0 | 104 | 26 | 131 | 67 | 64 |
| Binary | 10000101 | 11000111 | 1000000 | 100001 | 0 | 1000100 | 10110 | 1011001 | 110111 | 110100 |
Color Harmonies of #85C740
Complementary color
Monochromatic Colors of #85C740
Black with #85C740
Text Example
Text Example
White with #85C740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C740; }
p { color: rgb(133,199,64); }
H1.HeaderClassName
{
color: #85C740;
}
.AnyTagClassName
{
color: #85C740;
}
</style>
background-color css
<style>
a { background-color: #85C740; }
a { background-color: rgb(133,199,64); }
div.DivClassName
{
background-color: #85C740;
}
.BgClassName
{
background-color: #85C740;
}
</style>
border-color css
<style>
span { border-color: #85C740; }
span { border-color: rgb(133,199,64); }
td.TdClassName
{
border-color: #85C740;
}
.TagClassName
{
border-color: #85C740;
}
</style>