Shades of Pale Green #85FBA4
Tints of Pale Green #85FBA4
RGB
CMYK
RGB Variations
Color information
#85FBA4 (or 0x85FBA4) is known color: Pale Green. HEX triplet: 85, FB and A4. RGB value is (133,251,164). Sum of RGB (Red+Green+Blue) = 133+251+164=548 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.27% from 548); Green value is 251 (98.44% from 255 or 45.80% from 548); Blue value is 164 (64.45% from 255 or 29.93% from 548); Max value from RGB is 251 - color contains mainly: green. Hex color #85FBA4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FBA4 is #7A045B. Grayscale: #CECECE. Windows color (decimal): -7996508 or 10812293. OLE color: 10812293.
HSL color Cylindrical-coordinate representation of color #85FBA4: hue angle of 135.76º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85FBA4 is Cyan = 0.47, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 251 | 164 | - |
| CMYK | 0.47 | 0 | 0.35 | 0.02 |
| HSL | 135.76º | 0.94% | 0.75% | - |
| HSV(B) | 135.76º | 0.47% | 0.98% | - |
| XYZ | 50.87 | 76.66 | 47.24 | - |
| YUV | 205.8 | 104.41 | 76.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 251 | 164 | 0.47 | 0 | 0.35 | 0.02 | 135.76 | 0.94 | 0.75 |
| Hex | 85 | FB | A4 | 2F | 0 | 23 | 2 | 88 | 5E | 4B |
| Octal | 205 | 373 | 244 | 57 | 0 | 43 | 2 | 210 | 136 | 113 |
| Binary | 10000101 | 11111011 | 10100100 | 101111 | 0 | 100011 | 10 | 10001000 | 1011110 | 1001011 |
Color Harmonies of #85FBA4
Complementary color
Monochromatic Colors of #85FBA4
Black with #85FBA4
Text Example
Text Example
White with #85FBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FBA4; }
p { color: rgb(133,251,164); }
H1.HeaderClassName
{
color: #85FBA4;
}
.AnyTagClassName
{
color: #85FBA4;
}
</style>
background-color css
<style>
a { background-color: #85FBA4; }
a { background-color: rgb(133,251,164); }
div.DivClassName
{
background-color: #85FBA4;
}
.BgClassName
{
background-color: #85FBA4;
}
</style>
border-color css
<style>
span { border-color: #85FBA4; }
span { border-color: rgb(133,251,164); }
td.TdClassName
{
border-color: #85FBA4;
}
.TagClassName
{
border-color: #85FBA4;
}
</style>