Shades of Pastel Green #85F069
Tints of Pastel Green #85F069
RGB
CMYK
RGB Variations
Color information
#85F069 (or 0x85F069) is known color: Pastel Green. HEX triplet: 85, F0 and 69. RGB value is (133,240,105). Sum of RGB (Red+Green+Blue) = 133+240+105=478 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.82% from 478); Green value is 240 (94.14% from 255 or 50.21% from 478); Blue value is 105 (41.41% from 255 or 21.97% from 478); Max value from RGB is 240 - color contains mainly: green. Hex color #85F069 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F069 is #7A0F96. Grayscale: #C1C1C1. Windows color (decimal): -7999383 or 6942853. OLE color: 6942853.
HSL color Cylindrical-coordinate representation of color #85F069: hue angle of 107.56º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #85F069 is Cyan = 0.45, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 240 | 105 | - |
| CMYK | 0.45 | 0 | 0.56 | 0.06 |
| HSL | 107.56º | 0.82% | 0.68% | - |
| HSV(B) | 107.56º | 0.56% | 0.94% | - |
| XYZ | 43.38 | 68.33 | 24.27 | - |
| YUV | 192.62 | 78.55 | 85.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 240 | 105 | 0.45 | 0 | 0.56 | 0.06 | 107.56 | 0.82 | 0.68 |
| Hex | 85 | F0 | 69 | 2D | 0 | 38 | 6 | 6C | 52 | 44 |
| Octal | 205 | 360 | 151 | 55 | 0 | 70 | 6 | 154 | 122 | 104 |
| Binary | 10000101 | 11110000 | 1101001 | 101101 | 0 | 111000 | 110 | 1101100 | 1010010 | 1000100 |
Color Harmonies of #85F069
Complementary color
Monochromatic Colors of #85F069
Black with #85F069
Text Example
Text Example
White with #85F069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F069; }
p { color: rgb(133,240,105); }
H1.HeaderClassName
{
color: #85F069;
}
.AnyTagClassName
{
color: #85F069;
}
</style>
background-color css
<style>
a { background-color: #85F069; }
a { background-color: rgb(133,240,105); }
div.DivClassName
{
background-color: #85F069;
}
.BgClassName
{
background-color: #85F069;
}
</style>
border-color css
<style>
span { border-color: #85F069; }
span { border-color: rgb(133,240,105); }
td.TdClassName
{
border-color: #85F069;
}
.TagClassName
{
border-color: #85F069;
}
</style>