Shades of Pale Green #85FCB0
Tints of Pale Green #85FCB0
RGB
CMYK
RGB Variations
Color information
#85FCB0 (or 0x85FCB0) is known color: Pale Green. HEX triplet: 85, FC and B0. RGB value is (133,252,176). Sum of RGB (Red+Green+Blue) = 133+252+176=561 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.71% from 561); Green value is 252 (98.83% from 255 or 44.92% from 561); Blue value is 176 (69.14% from 255 or 31.37% from 561); Max value from RGB is 252 - color contains mainly: green. Hex color #85FCB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FCB0 is #7A034F. Grayscale: #CFCFCF. Windows color (decimal): -7996240 or 11598981. OLE color: 11598981.
HSL color Cylindrical-coordinate representation of color #85FCB0: hue angle of 141.68º 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 #85FCB0 is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 252 | 176 | - |
| CMYK | 0.47 | 0 | 0.30 | 0.01 |
| HSL | 141.68º | 0.95% | 0.75% | - |
| HSV(B) | 141.68º | 0.47% | 0.99% | - |
| XYZ | 52.32 | 77.74 | 53.32 | - |
| YUV | 207.76 | 110.08 | 74.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 252 | 176 | 0.47 | 0 | 0.30 | 0.01 | 141.68 | 0.95 | 0.75 |
| Hex | 85 | FC | B0 | 2F | 0 | 1E | 1 | 8E | 5F | 4B |
| Octal | 205 | 374 | 260 | 57 | 0 | 36 | 1 | 216 | 137 | 113 |
| Binary | 10000101 | 11111100 | 10110000 | 101111 | 0 | 11110 | 1 | 10001110 | 1011111 | 1001011 |
Color Harmonies of #85FCB0
Complementary color
Monochromatic Colors of #85FCB0
Black with #85FCB0
Text Example
Text Example
White with #85FCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FCB0; }
p { color: rgb(133,252,176); }
H1.HeaderClassName
{
color: #85FCB0;
}
.AnyTagClassName
{
color: #85FCB0;
}
</style>
background-color css
<style>
a { background-color: #85FCB0; }
a { background-color: rgb(133,252,176); }
div.DivClassName
{
background-color: #85FCB0;
}
.BgClassName
{
background-color: #85FCB0;
}
</style>
border-color css
<style>
span { border-color: #85FCB0; }
span { border-color: rgb(133,252,176); }
td.TdClassName
{
border-color: #85FCB0;
}
.TagClassName
{
border-color: #85FCB0;
}
</style>