Shades of Atlantis #85CC3C
Tints of Atlantis #85CC3C
RGB
CMYK
RGB Variations
Color information
#85CC3C (or 0x85CC3C) is known color: Atlantis. HEX triplet: 85, CC and 3C. RGB value is (133,204,60). Sum of RGB (Red+Green+Blue) = 133+204+60=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 204 (80.08% from 255 or 51.39% from 397); Blue value is 60 (23.83% from 255 or 15.11% from 397); Max value from RGB is 204 - color contains mainly: green. Hex color #85CC3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85CC3C is #7A33C3. Grayscale: #A6A6A6. Windows color (decimal): -8008644 or 3984517. OLE color: 3984517.
HSL color Cylindrical-coordinate representation of color #85CC3C: hue angle of 89.58º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #85CC3C is Cyan = 0.35, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 133 | 204 | 60 | - |
| CMYK | 0.35 | 0 | 0.71 | 0.2 |
| HSL | 89.58º | 0.59% | 0.52% | - |
| HSV(B) | 89.58º | 0.71% | 0.8% | - |
| XYZ | 32.08 | 48.5 | 11.95 | - |
| YUV | 166.36 | 67.98 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 204 | 60 | 0.35 | 0 | 0.71 | 0.2 | 89.58 | 0.59 | 0.52 |
| Hex | 85 | CC | 3C | 23 | 0 | 47 | 14 | 5A | 3B | 34 |
| Octal | 205 | 314 | 74 | 43 | 0 | 107 | 24 | 132 | 73 | 64 |
| Binary | 10000101 | 11001100 | 111100 | 100011 | 0 | 1000111 | 10100 | 1011010 | 111011 | 110100 |
Color Harmonies of #85CC3C
Complementary color
Monochromatic Colors of #85CC3C
Black with #85CC3C
Text Example
Text Example
White with #85CC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CC3C; }
p { color: rgb(133,204,60); }
H1.HeaderClassName
{
color: #85CC3C;
}
.AnyTagClassName
{
color: #85CC3C;
}
</style>
background-color css
<style>
a { background-color: #85CC3C; }
a { background-color: rgb(133,204,60); }
div.DivClassName
{
background-color: #85CC3C;
}
.BgClassName
{
background-color: #85CC3C;
}
</style>
border-color css
<style>
span { border-color: #85CC3C; }
span { border-color: rgb(133,204,60); }
td.TdClassName
{
border-color: #85CC3C;
}
.TagClassName
{
border-color: #85CC3C;
}
</style>