Shades of Pastel Green #85F078
Tints of Pastel Green #85F078
RGB
CMYK
RGB Variations
Color information
#85F078 (or 0x85F078) is known color: Pastel Green. HEX triplet: 85, F0 and 78. RGB value is (133,240,120). Sum of RGB (Red+Green+Blue) = 133+240+120=493 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.98% from 493); Green value is 240 (94.14% from 255 or 48.68% from 493); Blue value is 120 (47.27% from 255 or 24.34% from 493); Max value from RGB is 240 - color contains mainly: green. Hex color #85F078 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F078 is #7A0F87. Grayscale: #C2C2C2. Windows color (decimal): -7999368 or 7925893. OLE color: 7925893.
HSL color Cylindrical-coordinate representation of color #85F078: hue angle of 113.5º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #85F078 is Cyan = 0.45, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 240 | 120 | - |
| CMYK | 0.45 | 0 | 0.5 | 0.06 |
| HSL | 113.5º | 0.8% | 0.71% | - |
| HSV(B) | 113.5º | 0.5% | 0.94% | - |
| XYZ | 44.22 | 68.66 | 28.69 | - |
| YUV | 194.33 | 86.05 | 84.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 240 | 120 | 0.45 | 0 | 0.5 | 0.06 | 113.5 | 0.8 | 0.71 |
| Hex | 85 | F0 | 78 | 2D | 0 | 32 | 6 | 72 | 50 | 47 |
| Octal | 205 | 360 | 170 | 55 | 0 | 62 | 6 | 162 | 120 | 107 |
| Binary | 10000101 | 11110000 | 1111000 | 101101 | 0 | 110010 | 110 | 1110010 | 1010000 | 1000111 |
Color Harmonies of #85F078
Complementary color
Monochromatic Colors of #85F078
Black with #85F078
Text Example
Text Example
White with #85F078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F078; }
p { color: rgb(133,240,120); }
H1.HeaderClassName
{
color: #85F078;
}
.AnyTagClassName
{
color: #85F078;
}
</style>
background-color css
<style>
a { background-color: #85F078; }
a { background-color: rgb(133,240,120); }
div.DivClassName
{
background-color: #85F078;
}
.BgClassName
{
background-color: #85F078;
}
</style>
border-color css
<style>
span { border-color: #85F078; }
span { border-color: rgb(133,240,120); }
td.TdClassName
{
border-color: #85F078;
}
.TagClassName
{
border-color: #85F078;
}
</style>