Shades of Pastel Green #85E67F
Tints of Pastel Green #85E67F
RGB
CMYK
RGB Variations
Color information
#85E67F (or 0x85E67F) is known color: Pastel Green. HEX triplet: 85, E6 and 7F. RGB value is (133,230,127). Sum of RGB (Red+Green+Blue) = 133+230+127=490 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.14% from 490); Green value is 230 (90.23% from 255 or 46.94% from 490); Blue value is 127 (50% from 255 or 25.92% from 490); Max value from RGB is 230 - color contains mainly: green. Hex color #85E67F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85E67F is #7A1980. Grayscale: #BDBDBD. Windows color (decimal): -8001921 or 8382085. OLE color: 8382085.
HSL color Cylindrical-coordinate representation of color #85E67F: hue angle of 116.5º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85E67F is Cyan = 0.42, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 133 | 230 | 127 | - |
| CMYK | 0.42 | 0 | 0.45 | 0.10 |
| HSL | 116.5º | 0.67% | 0.7% | - |
| HSV(B) | 116.5º | 0.45% | 0.9% | - |
| XYZ | 41.8 | 63.11 | 30.06 | - |
| YUV | 189.26 | 92.86 | 87.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 230 | 127 | 0.42 | 0 | 0.45 | 0.10 | 116.5 | 0.67 | 0.7 |
| Hex | 85 | E6 | 7F | 2A | 0 | 2D | A | 75 | 43 | 46 |
| Octal | 205 | 346 | 177 | 52 | 0 | 55 | 12 | 165 | 103 | 106 |
| Binary | 10000101 | 11100110 | 1111111 | 101010 | 0 | 101101 | 1010 | 1110101 | 1000011 | 1000110 |
Color Harmonies of #85E67F
Complementary color
Monochromatic Colors of #85E67F
Black with #85E67F
Text Example
Text Example
White with #85E67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E67F; }
p { color: rgb(133,230,127); }
H1.HeaderClassName
{
color: #85E67F;
}
.AnyTagClassName
{
color: #85E67F;
}
</style>
background-color css
<style>
a { background-color: #85E67F; }
a { background-color: rgb(133,230,127); }
div.DivClassName
{
background-color: #85E67F;
}
.BgClassName
{
background-color: #85E67F;
}
</style>
border-color css
<style>
span { border-color: #85E67F; }
span { border-color: rgb(133,230,127); }
td.TdClassName
{
border-color: #85E67F;
}
.TagClassName
{
border-color: #85E67F;
}
</style>