Shades of Pastel Green #85F06C
Tints of Pastel Green #85F06C
RGB
CMYK
RGB Variations
Color information
#85F06C (or 0x85F06C) is known color: Pastel Green. HEX triplet: 85, F0 and 6C. RGB value is (133,240,108). Sum of RGB (Red+Green+Blue) = 133+240+108=481 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.65% from 481); Green value is 240 (94.14% from 255 or 49.90% from 481); Blue value is 108 (42.58% from 255 or 22.45% from 481); Max value from RGB is 240 - color contains mainly: green. Hex color #85F06C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F06C is #7A0F93. Grayscale: #C1C1C1. Windows color (decimal): -7999380 or 7139461. OLE color: 7139461.
HSL color Cylindrical-coordinate representation of color #85F06C: hue angle of 108.64º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #85F06C is Cyan = 0.45, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 240 | 108 | - |
| CMYK | 0.45 | 0 | 0.55 | 0.06 |
| HSL | 108.64º | 0.81% | 0.68% | - |
| HSV(B) | 108.64º | 0.55% | 0.94% | - |
| XYZ | 43.54 | 68.39 | 25.09 | - |
| YUV | 192.96 | 80.05 | 85.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 240 | 108 | 0.45 | 0 | 0.55 | 0.06 | 108.64 | 0.81 | 0.68 |
| Hex | 85 | F0 | 6C | 2D | 0 | 37 | 6 | 6D | 51 | 44 |
| Octal | 205 | 360 | 154 | 55 | 0 | 67 | 6 | 155 | 121 | 104 |
| Binary | 10000101 | 11110000 | 1101100 | 101101 | 0 | 110111 | 110 | 1101101 | 1010001 | 1000100 |
Color Harmonies of #85F06C
Complementary color
Monochromatic Colors of #85F06C
Black with #85F06C
Text Example
Text Example
White with #85F06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F06C; }
p { color: rgb(133,240,108); }
H1.HeaderClassName
{
color: #85F06C;
}
.AnyTagClassName
{
color: #85F06C;
}
</style>
background-color css
<style>
a { background-color: #85F06C; }
a { background-color: rgb(133,240,108); }
div.DivClassName
{
background-color: #85F06C;
}
.BgClassName
{
background-color: #85F06C;
}
</style>
border-color css
<style>
span { border-color: #85F06C; }
span { border-color: rgb(133,240,108); }
td.TdClassName
{
border-color: #85F06C;
}
.TagClassName
{
border-color: #85F06C;
}
</style>