Shades of Atlantis #85D644
Tints of Atlantis #85D644
RGB
CMYK
RGB Variations
Color information
#85D644 (or 0x85D644) is known color: Atlantis. HEX triplet: 85, D6 and 44. RGB value is (133,214,68). Sum of RGB (Red+Green+Blue) = 133+214+68=415 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.05% from 415); Green value is 214 (83.98% from 255 or 51.57% from 415); Blue value is 68 (26.95% from 255 or 16.39% from 415); Max value from RGB is 214 - color contains mainly: green. Hex color #85D644 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85D644 is #7A29BB. Grayscale: #ADADAD. Windows color (decimal): -8006076 or 4511365. OLE color: 4511365.
HSL color Cylindrical-coordinate representation of color #85D644: hue angle of 93.29º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #85D644 is Cyan = 0.38, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 133 | 214 | 68 | - |
| CMYK | 0.38 | 0 | 0.68 | 0.16 |
| HSL | 93.29º | 0.64% | 0.55% | - |
| HSV(B) | 93.29º | 0.68% | 0.84% | - |
| XYZ | 34.76 | 53.5 | 13.96 | - |
| YUV | 173.14 | 68.66 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 214 | 68 | 0.38 | 0 | 0.68 | 0.16 | 93.29 | 0.64 | 0.55 |
| Hex | 85 | D6 | 44 | 26 | 0 | 44 | 10 | 5D | 40 | 37 |
| Octal | 205 | 326 | 104 | 46 | 0 | 104 | 20 | 135 | 100 | 67 |
| Binary | 10000101 | 11010110 | 1000100 | 100110 | 0 | 1000100 | 10000 | 1011101 | 1000000 | 110111 |
Color Harmonies of #85D644
Complementary color
Monochromatic Colors of #85D644
Black with #85D644
Text Example
Text Example
White with #85D644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D644; }
p { color: rgb(133,214,68); }
H1.HeaderClassName
{
color: #85D644;
}
.AnyTagClassName
{
color: #85D644;
}
</style>
background-color css
<style>
a { background-color: #85D644; }
a { background-color: rgb(133,214,68); }
div.DivClassName
{
background-color: #85D644;
}
.BgClassName
{
background-color: #85D644;
}
</style>
border-color css
<style>
span { border-color: #85D644; }
span { border-color: rgb(133,214,68); }
td.TdClassName
{
border-color: #85D644;
}
.TagClassName
{
border-color: #85D644;
}
</style>