Shades of Pastel Green #85F262
Tints of Pastel Green #85F262
RGB
CMYK
RGB Variations
Color information
#85F262 (or 0x85F262) is known color: Pastel Green. HEX triplet: 85, F2 and 62. RGB value is (133,242,98). Sum of RGB (Red+Green+Blue) = 133+242+98=473 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.12% from 473); Green value is 242 (94.92% from 255 or 51.16% from 473); Blue value is 98 (38.67% from 255 or 20.72% from 473); Max value from RGB is 242 - color contains mainly: green. Hex color #85F262 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F262 is #7A0D9D. Grayscale: #C1C1C1. Windows color (decimal): -7998878 or 6484613. OLE color: 6484613.
HSL color Cylindrical-coordinate representation of color #85F262: hue angle of 105.42º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #85F262 is Cyan = 0.45, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 242 | 98 | - |
| CMYK | 0.45 | 0 | 0.60 | 0.05 |
| HSL | 105.42º | 0.85% | 0.67% | - |
| HSV(B) | 105.42º | 0.6% | 0.95% | - |
| XYZ | 43.63 | 69.37 | 22.65 | - |
| YUV | 192.99 | 74.39 | 85.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 242 | 98 | 0.45 | 0 | 0.60 | 0.05 | 105.42 | 0.85 | 0.67 |
| Hex | 85 | F2 | 62 | 2D | 0 | 3C | 5 | 69 | 55 | 43 |
| Octal | 205 | 362 | 142 | 55 | 0 | 74 | 5 | 151 | 125 | 103 |
| Binary | 10000101 | 11110010 | 1100010 | 101101 | 0 | 111100 | 101 | 1101001 | 1010101 | 1000011 |
Color Harmonies of #85F262
Complementary color
Monochromatic Colors of #85F262
Black with #85F262
Text Example
Text Example
White with #85F262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F262; }
p { color: rgb(133,242,98); }
H1.HeaderClassName
{
color: #85F262;
}
.AnyTagClassName
{
color: #85F262;
}
</style>
background-color css
<style>
a { background-color: #85F262; }
a { background-color: rgb(133,242,98); }
div.DivClassName
{
background-color: #85F262;
}
.BgClassName
{
background-color: #85F262;
}
</style>
border-color css
<style>
span { border-color: #85F262; }
span { border-color: rgb(133,242,98); }
td.TdClassName
{
border-color: #85F262;
}
.TagClassName
{
border-color: #85F262;
}
</style>