Shades of Pastel Green #85E07F
Tints of Pastel Green #85E07F
RGB
CMYK
RGB Variations
Color information
#85E07F (or 0x85E07F) is known color: Pastel Green. HEX triplet: 85, E0 and 7F. RGB value is (133,224,127). Sum of RGB (Red+Green+Blue) = 133+224+127=484 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.48% from 484); Green value is 224 (87.89% from 255 or 46.28% from 484); Blue value is 127 (50% from 255 or 26.24% from 484); Max value from RGB is 224 - color contains mainly: green. Hex color #85E07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85E07F is #7A1F80. Grayscale: #BABABA. Windows color (decimal): -8003457 or 8380549. OLE color: 8380549.
HSL color Cylindrical-coordinate representation of color #85E07F: hue angle of 116.29º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85E07F is Cyan = 0.41, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 133 | 224 | 127 | - |
| CMYK | 0.41 | 0 | 0.43 | 0.12 |
| HSL | 116.29º | 0.61% | 0.69% | - |
| HSV(B) | 116.29º | 0.43% | 0.88% | - |
| XYZ | 40.16 | 59.83 | 29.51 | - |
| YUV | 185.73 | 94.85 | 90.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 224 | 127 | 0.41 | 0 | 0.43 | 0.12 | 116.29 | 0.61 | 0.69 |
| Hex | 85 | E0 | 7F | 29 | 0 | 2B | C | 74 | 3D | 45 |
| Octal | 205 | 340 | 177 | 51 | 0 | 53 | 14 | 164 | 75 | 105 |
| Binary | 10000101 | 11100000 | 1111111 | 101001 | 0 | 101011 | 1100 | 1110100 | 111101 | 1000101 |
Color Harmonies of #85E07F
Complementary color
Monochromatic Colors of #85E07F
Black with #85E07F
Text Example
Text Example
White with #85E07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E07F; }
p { color: rgb(133,224,127); }
H1.HeaderClassName
{
color: #85E07F;
}
.AnyTagClassName
{
color: #85E07F;
}
</style>
background-color css
<style>
a { background-color: #85E07F; }
a { background-color: rgb(133,224,127); }
div.DivClassName
{
background-color: #85E07F;
}
.BgClassName
{
background-color: #85E07F;
}
</style>
border-color css
<style>
span { border-color: #85E07F; }
span { border-color: rgb(133,224,127); }
td.TdClassName
{
border-color: #85E07F;
}
.TagClassName
{
border-color: #85E07F;
}
</style>