Shades of Atlantis #85CC42
Tints of Atlantis #85CC42
RGB
CMYK
RGB Variations
Color information
#85CC42 (or 0x85CC42) is known color: Atlantis. HEX triplet: 85, CC and 42. RGB value is (133,204,66). Sum of RGB (Red+Green+Blue) = 133+204+66=403 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.00% from 403); Green value is 204 (80.08% from 255 or 50.62% from 403); Blue value is 66 (26.17% from 255 or 16.38% from 403); Max value from RGB is 204 - color contains mainly: green. Hex color #85CC42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85CC42 is #7A33BD. Grayscale: #A7A7A7. Windows color (decimal): -8008638 or 4377733. OLE color: 4377733.
HSL color Cylindrical-coordinate representation of color #85CC42: hue angle of 90.87º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #85CC42 is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 133 | 204 | 66 | - |
| CMYK | 0.35 | 0 | 0.68 | 0.2 |
| HSL | 90.87º | 0.58% | 0.53% | - |
| HSV(B) | 90.87º | 0.68% | 0.8% | - |
| XYZ | 32.25 | 48.57 | 12.83 | - |
| YUV | 167.04 | 70.98 | 103.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 204 | 66 | 0.35 | 0 | 0.68 | 0.2 | 90.87 | 0.58 | 0.53 |
| Hex | 85 | CC | 42 | 23 | 0 | 44 | 14 | 5B | 3A | 35 |
| Octal | 205 | 314 | 102 | 43 | 0 | 104 | 24 | 133 | 72 | 65 |
| Binary | 10000101 | 11001100 | 1000010 | 100011 | 0 | 1000100 | 10100 | 1011011 | 111010 | 110101 |
Color Harmonies of #85CC42
Complementary color
Monochromatic Colors of #85CC42
Black with #85CC42
Text Example
Text Example
White with #85CC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CC42; }
p { color: rgb(133,204,66); }
H1.HeaderClassName
{
color: #85CC42;
}
.AnyTagClassName
{
color: #85CC42;
}
</style>
background-color css
<style>
a { background-color: #85CC42; }
a { background-color: rgb(133,204,66); }
div.DivClassName
{
background-color: #85CC42;
}
.BgClassName
{
background-color: #85CC42;
}
</style>
border-color css
<style>
span { border-color: #85CC42; }
span { border-color: rgb(133,204,66); }
td.TdClassName
{
border-color: #85CC42;
}
.TagClassName
{
border-color: #85CC42;
}
</style>