Shades of Pastel Green #85F163
Tints of Pastel Green #85F163
RGB
CMYK
RGB Variations
Color information
#85F163 (or 0x85F163) is known color: Pastel Green. HEX triplet: 85, F1 and 63. RGB value is (133,241,99). Sum of RGB (Red+Green+Blue) = 133+241+99=473 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.12% from 473); Green value is 241 (94.53% from 255 or 50.95% from 473); Blue value is 99 (39.06% from 255 or 20.93% from 473); Max value from RGB is 241 - color contains mainly: green. Hex color #85F163 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F163 is #7A0E9C. Grayscale: #C0C0C0. Windows color (decimal): -7999133 or 6549893. OLE color: 6549893.
HSL color Cylindrical-coordinate representation of color #85F163: hue angle of 105.63º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #85F163 is Cyan = 0.45, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 241 | 99 | - |
| CMYK | 0.45 | 0 | 0.59 | 0.05 |
| HSL | 105.63º | 0.84% | 0.67% | - |
| HSV(B) | 105.63º | 0.59% | 0.95% | - |
| XYZ | 43.38 | 68.8 | 22.8 | - |
| YUV | 192.52 | 75.22 | 85.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 241 | 99 | 0.45 | 0 | 0.59 | 0.05 | 105.63 | 0.84 | 0.67 |
| Hex | 85 | F1 | 63 | 2D | 0 | 3B | 5 | 6A | 54 | 43 |
| Octal | 205 | 361 | 143 | 55 | 0 | 73 | 5 | 152 | 124 | 103 |
| Binary | 10000101 | 11110001 | 1100011 | 101101 | 0 | 111011 | 101 | 1101010 | 1010100 | 1000011 |
Color Harmonies of #85F163
Complementary color
Monochromatic Colors of #85F163
Black with #85F163
Text Example
Text Example
White with #85F163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F163; }
p { color: rgb(133,241,99); }
H1.HeaderClassName
{
color: #85F163;
}
.AnyTagClassName
{
color: #85F163;
}
</style>
background-color css
<style>
a { background-color: #85F163; }
a { background-color: rgb(133,241,99); }
div.DivClassName
{
background-color: #85F163;
}
.BgClassName
{
background-color: #85F163;
}
</style>
border-color css
<style>
span { border-color: #85F163; }
span { border-color: rgb(133,241,99); }
td.TdClassName
{
border-color: #85F163;
}
.TagClassName
{
border-color: #85F163;
}
</style>