Shades of Pastel Green #85F26F
Tints of Pastel Green #85F26F
RGB
CMYK
RGB Variations
Color information
#85F26F (or 0x85F26F) is known color: Pastel Green. HEX triplet: 85, F2 and 6F. RGB value is (133,242,111). Sum of RGB (Red+Green+Blue) = 133+242+111=486 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.37% from 486); Green value is 242 (94.92% from 255 or 49.79% from 486); Blue value is 111 (43.75% from 255 or 22.84% from 486); Max value from RGB is 242 - color contains mainly: green. Hex color #85F26F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F26F is #7A0D90. Grayscale: #C2C2C2. Windows color (decimal): -7998865 or 7336581. OLE color: 7336581.
HSL color Cylindrical-coordinate representation of color #85F26F: hue angle of 109.92º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #85F26F is Cyan = 0.45, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 242 | 111 | - |
| CMYK | 0.45 | 0 | 0.54 | 0.05 |
| HSL | 109.92º | 0.83% | 0.69% | - |
| HSV(B) | 109.92º | 0.54% | 0.95% | - |
| XYZ | 44.29 | 69.64 | 26.15 | - |
| YUV | 194.48 | 80.89 | 84.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 242 | 111 | 0.45 | 0 | 0.54 | 0.05 | 109.92 | 0.83 | 0.69 |
| Hex | 85 | F2 | 6F | 2D | 0 | 36 | 5 | 6E | 53 | 45 |
| Octal | 205 | 362 | 157 | 55 | 0 | 66 | 5 | 156 | 123 | 105 |
| Binary | 10000101 | 11110010 | 1101111 | 101101 | 0 | 110110 | 101 | 1101110 | 1010011 | 1000101 |
Color Harmonies of #85F26F
Complementary color
Monochromatic Colors of #85F26F
Black with #85F26F
Text Example
Text Example
White with #85F26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F26F; }
p { color: rgb(133,242,111); }
H1.HeaderClassName
{
color: #85F26F;
}
.AnyTagClassName
{
color: #85F26F;
}
</style>
background-color css
<style>
a { background-color: #85F26F; }
a { background-color: rgb(133,242,111); }
div.DivClassName
{
background-color: #85F26F;
}
.BgClassName
{
background-color: #85F26F;
}
</style>
border-color css
<style>
span { border-color: #85F26F; }
span { border-color: rgb(133,242,111); }
td.TdClassName
{
border-color: #85F26F;
}
.TagClassName
{
border-color: #85F26F;
}
</style>