Shades of Pastel Green #85E968
Tints of Pastel Green #85E968
RGB
CMYK
RGB Variations
Color information
#85E968 (or 0x85E968) is known color: Pastel Green. HEX triplet: 85, E9 and 68. RGB value is (133,233,104). Sum of RGB (Red+Green+Blue) = 133+233+104=470 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.30% from 470); Green value is 233 (91.41% from 255 or 49.57% from 470); Blue value is 104 (41.02% from 255 or 22.13% from 470); Max value from RGB is 233 - color contains mainly: green. Hex color #85E968 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85E968 is #7A1697. Grayscale: #BCBCBC. Windows color (decimal): -8001176 or 6875525. OLE color: 6875525.
HSL color Cylindrical-coordinate representation of color #85E968: hue angle of 106.51º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #85E968 is Cyan = 0.43, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 133 | 233 | 104 | - |
| CMYK | 0.43 | 0 | 0.55 | 0.09 |
| HSL | 106.51º | 0.75% | 0.66% | - |
| HSV(B) | 106.51º | 0.55% | 0.91% | - |
| XYZ | 41.31 | 64.26 | 23.32 | - |
| YUV | 188.39 | 80.37 | 88.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 233 | 104 | 0.43 | 0 | 0.55 | 0.09 | 106.51 | 0.75 | 0.66 |
| Hex | 85 | E9 | 68 | 2B | 0 | 37 | 9 | 6B | 4B | 42 |
| Octal | 205 | 351 | 150 | 53 | 0 | 67 | 11 | 153 | 113 | 102 |
| Binary | 10000101 | 11101001 | 1101000 | 101011 | 0 | 110111 | 1001 | 1101011 | 1001011 | 1000010 |
Color Harmonies of #85E968
Complementary color
Monochromatic Colors of #85E968
Black with #85E968
Text Example
Text Example
White with #85E968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E968; }
p { color: rgb(133,233,104); }
H1.HeaderClassName
{
color: #85E968;
}
.AnyTagClassName
{
color: #85E968;
}
</style>
background-color css
<style>
a { background-color: #85E968; }
a { background-color: rgb(133,233,104); }
div.DivClassName
{
background-color: #85E968;
}
.BgClassName
{
background-color: #85E968;
}
</style>
border-color css
<style>
span { border-color: #85E968; }
span { border-color: rgb(133,233,104); }
td.TdClassName
{
border-color: #85E968;
}
.TagClassName
{
border-color: #85E968;
}
</style>