Shades of Pastel Green #85F173
Tints of Pastel Green #85F173
RGB
CMYK
RGB Variations
Color information
#85F173 (or 0x85F173) is known color: Pastel Green. HEX triplet: 85, F1 and 73. RGB value is (133,241,115). Sum of RGB (Red+Green+Blue) = 133+241+115=489 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.20% from 489); Green value is 241 (94.53% from 255 or 49.28% from 489); Blue value is 115 (45.31% from 255 or 23.52% from 489); Max value from RGB is 241 - color contains mainly: green. Hex color #85F173 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F173 is #7A0E8C. Grayscale: #C2C2C2. Windows color (decimal): -7999117 or 7598469. OLE color: 7598469.
HSL color Cylindrical-coordinate representation of color #85F173: hue angle of 111.43º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #85F173 is Cyan = 0.45, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 241 | 115 | - |
| CMYK | 0.45 | 0 | 0.52 | 0.05 |
| HSL | 111.43º | 0.82% | 0.7% | - |
| HSV(B) | 111.43º | 0.52% | 0.95% | - |
| XYZ | 44.22 | 69.13 | 27.23 | - |
| YUV | 194.34 | 83.22 | 84.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 241 | 115 | 0.45 | 0 | 0.52 | 0.05 | 111.43 | 0.82 | 0.7 |
| Hex | 85 | F1 | 73 | 2D | 0 | 34 | 5 | 6F | 52 | 46 |
| Octal | 205 | 361 | 163 | 55 | 0 | 64 | 5 | 157 | 122 | 106 |
| Binary | 10000101 | 11110001 | 1110011 | 101101 | 0 | 110100 | 101 | 1101111 | 1010010 | 1000110 |
Color Harmonies of #85F173
Complementary color
Monochromatic Colors of #85F173
Black with #85F173
Text Example
Text Example
White with #85F173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F173; }
p { color: rgb(133,241,115); }
H1.HeaderClassName
{
color: #85F173;
}
.AnyTagClassName
{
color: #85F173;
}
</style>
background-color css
<style>
a { background-color: #85F173; }
a { background-color: rgb(133,241,115); }
div.DivClassName
{
background-color: #85F173;
}
.BgClassName
{
background-color: #85F173;
}
</style>
border-color css
<style>
span { border-color: #85F173; }
span { border-color: rgb(133,241,115); }
td.TdClassName
{
border-color: #85F173;
}
.TagClassName
{
border-color: #85F173;
}
</style>