Shades of Pale Green #85FCA4
Tints of Pale Green #85FCA4
RGB
CMYK
RGB Variations
Color information
#85FCA4 (or 0x85FCA4) is known color: Pale Green. HEX triplet: 85, FC and A4. RGB value is (133,252,164). Sum of RGB (Red+Green+Blue) = 133+252+164=549 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.23% from 549); Green value is 252 (98.83% from 255 or 45.90% from 549); Blue value is 164 (64.45% from 255 or 29.87% from 549); Max value from RGB is 252 - color contains mainly: green. Hex color #85FCA4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FCA4 is #7A035B. Grayscale: #CECECE. Windows color (decimal): -7996252 or 10812549. OLE color: 10812549.
HSL color Cylindrical-coordinate representation of color #85FCA4: hue angle of 135.63º 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 #85FCA4 is Cyan = 0.47, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 252 | 164 | - |
| CMYK | 0.47 | 0 | 0.35 | 0.01 |
| HSL | 135.63º | 0.95% | 0.75% | - |
| HSV(B) | 135.63º | 0.47% | 0.99% | - |
| XYZ | 51.18 | 77.29 | 47.34 | - |
| YUV | 206.39 | 104.08 | 75.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 252 | 164 | 0.47 | 0 | 0.35 | 0.01 | 135.63 | 0.95 | 0.75 |
| Hex | 85 | FC | A4 | 2F | 0 | 23 | 1 | 88 | 5F | 4B |
| Octal | 205 | 374 | 244 | 57 | 0 | 43 | 1 | 210 | 137 | 113 |
| Binary | 10000101 | 11111100 | 10100100 | 101111 | 0 | 100011 | 1 | 10001000 | 1011111 | 1001011 |
Color Harmonies of #85FCA4
Complementary color
Monochromatic Colors of #85FCA4
Black with #85FCA4
Text Example
Text Example
White with #85FCA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FCA4; }
p { color: rgb(133,252,164); }
H1.HeaderClassName
{
color: #85FCA4;
}
.AnyTagClassName
{
color: #85FCA4;
}
</style>
background-color css
<style>
a { background-color: #85FCA4; }
a { background-color: rgb(133,252,164); }
div.DivClassName
{
background-color: #85FCA4;
}
.BgClassName
{
background-color: #85FCA4;
}
</style>
border-color css
<style>
span { border-color: #85FCA4; }
span { border-color: rgb(133,252,164); }
td.TdClassName
{
border-color: #85FCA4;
}
.TagClassName
{
border-color: #85FCA4;
}
</style>