Shades of Pastel Green #85F477
Tints of Pastel Green #85F477
RGB
CMYK
RGB Variations
Color information
#85F477 (or 0x85F477) is known color: Pastel Green. HEX triplet: 85, F4 and 77. RGB value is (133,244,119). Sum of RGB (Red+Green+Blue) = 133+244+119=496 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.81% from 496); Green value is 244 (95.70% from 255 or 49.19% from 496); Blue value is 119 (46.88% from 255 or 23.99% from 496); Max value from RGB is 244 - color contains mainly: green. Hex color #85F477 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F477 is #7A0B88. Grayscale: #C4C4C4. Windows color (decimal): -7998345 or 7861381. OLE color: 7861381.
HSL color Cylindrical-coordinate representation of color #85F477: hue angle of 113.28º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #85F477 is Cyan = 0.45, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 133 | 244 | 119 | - |
| CMYK | 0.45 | 0 | 0.51 | 0.04 |
| HSL | 113.28º | 0.85% | 0.71% | - |
| HSV(B) | 113.28º | 0.51% | 0.96% | - |
| XYZ | 45.35 | 71.02 | 28.77 | - |
| YUV | 196.56 | 84.23 | 82.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 244 | 119 | 0.45 | 0 | 0.51 | 0.04 | 113.28 | 0.85 | 0.71 |
| Hex | 85 | F4 | 77 | 2D | 0 | 33 | 4 | 71 | 55 | 47 |
| Octal | 205 | 364 | 167 | 55 | 0 | 63 | 4 | 161 | 125 | 107 |
| Binary | 10000101 | 11110100 | 1110111 | 101101 | 0 | 110011 | 100 | 1110001 | 1010101 | 1000111 |
Color Harmonies of #85F477
Complementary color
Monochromatic Colors of #85F477
Black with #85F477
Text Example
Text Example
White with #85F477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F477; }
p { color: rgb(133,244,119); }
H1.HeaderClassName
{
color: #85F477;
}
.AnyTagClassName
{
color: #85F477;
}
</style>
background-color css
<style>
a { background-color: #85F477; }
a { background-color: rgb(133,244,119); }
div.DivClassName
{
background-color: #85F477;
}
.BgClassName
{
background-color: #85F477;
}
</style>
border-color css
<style>
span { border-color: #85F477; }
span { border-color: rgb(133,244,119); }
td.TdClassName
{
border-color: #85F477;
}
.TagClassName
{
border-color: #85F477;
}
</style>