Shades of Pale Green #85FCAC
Tints of Pale Green #85FCAC
RGB
CMYK
RGB Variations
Color information
#85FCAC (or 0x85FCAC) is known color: Pale Green. HEX triplet: 85, FC and AC. RGB value is (133,252,172). Sum of RGB (Red+Green+Blue) = 133+252+172=557 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.88% from 557); Green value is 252 (98.83% from 255 or 45.24% from 557); Blue value is 172 (67.58% from 255 or 30.88% from 557); Max value from RGB is 252 - color contains mainly: green. Hex color #85FCAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FCAC is #7A0353. Grayscale: #CFCFCF. Windows color (decimal): -7996244 or 11336837. OLE color: 11336837.
HSL color Cylindrical-coordinate representation of color #85FCAC: hue angle of 139.66º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85FCAC is Cyan = 0.47, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 252 | 172 | - |
| CMYK | 0.47 | 0 | 0.32 | 0.01 |
| HSL | 139.66º | 0.95% | 0.75% | - |
| HSV(B) | 139.66º | 0.47% | 0.99% | - |
| XYZ | 51.93 | 77.59 | 51.27 | - |
| YUV | 207.3 | 108.08 | 75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 252 | 172 | 0.47 | 0 | 0.32 | 0.01 | 139.66 | 0.95 | 0.75 |
| Hex | 85 | FC | AC | 2F | 0 | 20 | 1 | 8C | 5F | 4B |
| Octal | 205 | 374 | 254 | 57 | 0 | 40 | 1 | 214 | 137 | 113 |
| Binary | 10000101 | 11111100 | 10101100 | 101111 | 0 | 100000 | 1 | 10001100 | 1011111 | 1001011 |
Color Harmonies of #85FCAC
Complementary color
Monochromatic Colors of #85FCAC
Black with #85FCAC
Text Example
Text Example
White with #85FCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FCAC; }
p { color: rgb(133,252,172); }
H1.HeaderClassName
{
color: #85FCAC;
}
.AnyTagClassName
{
color: #85FCAC;
}
</style>
background-color css
<style>
a { background-color: #85FCAC; }
a { background-color: rgb(133,252,172); }
div.DivClassName
{
background-color: #85FCAC;
}
.BgClassName
{
background-color: #85FCAC;
}
</style>
border-color css
<style>
span { border-color: #85FCAC; }
span { border-color: rgb(133,252,172); }
td.TdClassName
{
border-color: #85FCAC;
}
.TagClassName
{
border-color: #85FCAC;
}
</style>