Shades of Pale Green #85F9A5
Tints of Pale Green #85F9A5
RGB
CMYK
RGB Variations
Color information
#85F9A5 (or 0x85F9A5) is known color: Pale Green. HEX triplet: 85, F9 and A5. RGB value is (133,249,165). Sum of RGB (Red+Green+Blue) = 133+249+165=547 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.31% from 547); Green value is 249 (97.66% from 255 or 45.52% from 547); Blue value is 165 (64.84% from 255 or 30.16% from 547); Max value from RGB is 249 - color contains mainly: green. Hex color #85F9A5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F9A5 is #7A065A. Grayscale: #CCCCCC. Windows color (decimal): -7997019 or 10877317. OLE color: 10877317.
HSL color Cylindrical-coordinate representation of color #85F9A5: hue angle of 136.55º degrees, saturation: 0.91, 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 #85F9A5 is Cyan = 0.47, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 249 | 165 | - |
| CMYK | 0.47 | 0 | 0.34 | 0.02 |
| HSL | 136.55º | 0.91% | 0.75% | - |
| HSV(B) | 136.55º | 0.47% | 0.98% | - |
| XYZ | 50.34 | 75.45 | 47.51 | - |
| YUV | 204.74 | 105.57 | 76.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 249 | 165 | 0.47 | 0 | 0.34 | 0.02 | 136.55 | 0.91 | 0.75 |
| Hex | 85 | F9 | A5 | 2F | 0 | 22 | 2 | 89 | 5B | 4B |
| Octal | 205 | 371 | 245 | 57 | 0 | 42 | 2 | 211 | 133 | 113 |
| Binary | 10000101 | 11111001 | 10100101 | 101111 | 0 | 100010 | 10 | 10001001 | 1011011 | 1001011 |
Color Harmonies of #85F9A5
Complementary color
Monochromatic Colors of #85F9A5
Black with #85F9A5
Text Example
Text Example
White with #85F9A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F9A5; }
p { color: rgb(133,249,165); }
H1.HeaderClassName
{
color: #85F9A5;
}
.AnyTagClassName
{
color: #85F9A5;
}
</style>
background-color css
<style>
a { background-color: #85F9A5; }
a { background-color: rgb(133,249,165); }
div.DivClassName
{
background-color: #85F9A5;
}
.BgClassName
{
background-color: #85F9A5;
}
</style>
border-color css
<style>
span { border-color: #85F9A5; }
span { border-color: rgb(133,249,165); }
td.TdClassName
{
border-color: #85F9A5;
}
.TagClassName
{
border-color: #85F9A5;
}
</style>