Shades of Pastel Green #85F261
Tints of Pastel Green #85F261
RGB
CMYK
RGB Variations
Color information
#85F261 (or 0x85F261) is known color: Pastel Green. HEX triplet: 85, F2 and 61. RGB value is (133,242,97). Sum of RGB (Red+Green+Blue) = 133+242+97=472 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.18% from 472); Green value is 242 (94.92% from 255 or 51.27% from 472); Blue value is 97 (38.28% from 255 or 20.55% from 472); Max value from RGB is 242 - color contains mainly: green. Hex color #85F261 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F261 is #7A0D9E. Grayscale: #C1C1C1. Windows color (decimal): -7998879 or 6419077. OLE color: 6419077.
HSL color Cylindrical-coordinate representation of color #85F261: hue angle of 105.1º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #85F261 is Cyan = 0.45, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 242 | 97 | - |
| CMYK | 0.45 | 0 | 0.60 | 0.05 |
| HSL | 105.1º | 0.85% | 0.66% | - |
| HSV(B) | 105.1º | 0.6% | 0.95% | - |
| XYZ | 43.58 | 69.35 | 22.4 | - |
| YUV | 192.88 | 73.89 | 85.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 242 | 97 | 0.45 | 0 | 0.60 | 0.05 | 105.1 | 0.85 | 0.66 |
| Hex | 85 | F2 | 61 | 2D | 0 | 3C | 5 | 69 | 55 | 42 |
| Octal | 205 | 362 | 141 | 55 | 0 | 74 | 5 | 151 | 125 | 102 |
| Binary | 10000101 | 11110010 | 1100001 | 101101 | 0 | 111100 | 101 | 1101001 | 1010101 | 1000010 |
Color Harmonies of #85F261
Complementary color
Monochromatic Colors of #85F261
Black with #85F261
Text Example
Text Example
White with #85F261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F261; }
p { color: rgb(133,242,97); }
H1.HeaderClassName
{
color: #85F261;
}
.AnyTagClassName
{
color: #85F261;
}
</style>
background-color css
<style>
a { background-color: #85F261; }
a { background-color: rgb(133,242,97); }
div.DivClassName
{
background-color: #85F261;
}
.BgClassName
{
background-color: #85F261;
}
</style>
border-color css
<style>
span { border-color: #85F261; }
span { border-color: rgb(133,242,97); }
td.TdClassName
{
border-color: #85F261;
}
.TagClassName
{
border-color: #85F261;
}
</style>