Shades of Atlantis #85C93D
Tints of Atlantis #85C93D
RGB
CMYK
RGB Variations
Color information
#85C93D (or 0x85C93D) is known color: Atlantis. HEX triplet: 85, C9 and 3D. RGB value is (133,201,61). Sum of RGB (Red+Green+Blue) = 133+201+61=395 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.67% from 395); Green value is 201 (78.91% from 255 or 50.89% from 395); Blue value is 61 (24.22% from 255 or 15.44% from 395); Max value from RGB is 201 - color contains mainly: green. Hex color #85C93D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C93D is #7A36C2. Grayscale: #A5A5A5. Windows color (decimal): -8009411 or 4049285. OLE color: 4049285.
HSL color Cylindrical-coordinate representation of color #85C93D: hue angle of 89.14º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #85C93D is Cyan = 0.34, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 133 | 201 | 61 | - |
| CMYK | 0.34 | 0 | 0.70 | 0.21 |
| HSL | 89.14º | 0.56% | 0.51% | - |
| HSV(B) | 89.14º | 0.7% | 0.79% | - |
| XYZ | 31.4 | 47.1 | 11.85 | - |
| YUV | 164.71 | 69.47 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 201 | 61 | 0.34 | 0 | 0.70 | 0.21 | 89.14 | 0.56 | 0.51 |
| Hex | 85 | C9 | 3D | 22 | 0 | 46 | 15 | 59 | 38 | 33 |
| Octal | 205 | 311 | 75 | 42 | 0 | 106 | 25 | 131 | 70 | 63 |
| Binary | 10000101 | 11001001 | 111101 | 100010 | 0 | 1000110 | 10101 | 1011001 | 111000 | 110011 |
Color Harmonies of #85C93D
Complementary color
Monochromatic Colors of #85C93D
Black with #85C93D
Text Example
Text Example
White with #85C93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C93D; }
p { color: rgb(133,201,61); }
H1.HeaderClassName
{
color: #85C93D;
}
.AnyTagClassName
{
color: #85C93D;
}
</style>
background-color css
<style>
a { background-color: #85C93D; }
a { background-color: rgb(133,201,61); }
div.DivClassName
{
background-color: #85C93D;
}
.BgClassName
{
background-color: #85C93D;
}
</style>
border-color css
<style>
span { border-color: #85C93D; }
span { border-color: rgb(133,201,61); }
td.TdClassName
{
border-color: #85C93D;
}
.TagClassName
{
border-color: #85C93D;
}
</style>