Shades of Atlantis #85DD40
Tints of Atlantis #85DD40
RGB
CMYK
RGB Variations
Color information
#85DD40 (or 0x85DD40) is known color: Atlantis. HEX triplet: 85, DD and 40. RGB value is (133,221,64). Sum of RGB (Red+Green+Blue) = 133+221+64=418 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.82% from 418); Green value is 221 (86.72% from 255 or 52.87% from 418); Blue value is 64 (25.39% from 255 or 15.31% from 418); Max value from RGB is 221 - color contains mainly: green. Hex color #85DD40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85DD40 is #7A22BF. Grayscale: #B1B1B1. Windows color (decimal): -8004288 or 4251013. OLE color: 4251013.
HSL color Cylindrical-coordinate representation of color #85DD40: hue angle of 93.63º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #85DD40 is Cyan = 0.40, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 221 | 64 | - |
| CMYK | 0.40 | 0 | 0.71 | 0.13 |
| HSL | 93.63º | 0.7% | 0.56% | - |
| HSV(B) | 93.63º | 0.71% | 0.87% | - |
| XYZ | 36.45 | 57.07 | 13.94 | - |
| YUV | 176.79 | 64.35 | 96.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 221 | 64 | 0.40 | 0 | 0.71 | 0.13 | 93.63 | 0.7 | 0.56 |
| Hex | 85 | DD | 40 | 28 | 0 | 47 | D | 5E | 46 | 38 |
| Octal | 205 | 335 | 100 | 50 | 0 | 107 | 15 | 136 | 106 | 70 |
| Binary | 10000101 | 11011101 | 1000000 | 101000 | 0 | 1000111 | 1101 | 1011110 | 1000110 | 111000 |
Color Harmonies of #85DD40
Complementary color
Monochromatic Colors of #85DD40
Black with #85DD40
Text Example
Text Example
White with #85DD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DD40; }
p { color: rgb(133,221,64); }
H1.HeaderClassName
{
color: #85DD40;
}
.AnyTagClassName
{
color: #85DD40;
}
</style>
background-color css
<style>
a { background-color: #85DD40; }
a { background-color: rgb(133,221,64); }
div.DivClassName
{
background-color: #85DD40;
}
.BgClassName
{
background-color: #85DD40;
}
</style>
border-color css
<style>
span { border-color: #85DD40; }
span { border-color: rgb(133,221,64); }
td.TdClassName
{
border-color: #85DD40;
}
.TagClassName
{
border-color: #85DD40;
}
</style>