Shades of Pastel Green #85F269
Tints of Pastel Green #85F269
RGB
CMYK
RGB Variations
Color information
#85F269 (or 0x85F269) is known color: Pastel Green. HEX triplet: 85, F2 and 69. RGB value is (133,242,105). Sum of RGB (Red+Green+Blue) = 133+242+105=480 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.71% from 480); Green value is 242 (94.92% from 255 or 50.42% from 480); Blue value is 105 (41.41% from 255 or 21.88% from 480); Max value from RGB is 242 - color contains mainly: green. Hex color #85F269 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F269 is #7A0D96. Grayscale: #C2C2C2. Windows color (decimal): -7998871 or 6943365. OLE color: 6943365.
HSL color Cylindrical-coordinate representation of color #85F269: hue angle of 107.74º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #85F269 is Cyan = 0.45, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 242 | 105 | - |
| CMYK | 0.45 | 0 | 0.57 | 0.05 |
| HSL | 107.74º | 0.84% | 0.68% | - |
| HSV(B) | 107.74º | 0.57% | 0.95% | - |
| XYZ | 43.97 | 69.51 | 24.46 | - |
| YUV | 193.79 | 77.89 | 84.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 242 | 105 | 0.45 | 0 | 0.57 | 0.05 | 107.74 | 0.84 | 0.68 |
| Hex | 85 | F2 | 69 | 2D | 0 | 39 | 5 | 6C | 54 | 44 |
| Octal | 205 | 362 | 151 | 55 | 0 | 71 | 5 | 154 | 124 | 104 |
| Binary | 10000101 | 11110010 | 1101001 | 101101 | 0 | 111001 | 101 | 1101100 | 1010100 | 1000100 |
Color Harmonies of #85F269
Complementary color
Monochromatic Colors of #85F269
Black with #85F269
Text Example
Text Example
White with #85F269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F269; }
p { color: rgb(133,242,105); }
H1.HeaderClassName
{
color: #85F269;
}
.AnyTagClassName
{
color: #85F269;
}
</style>
background-color css
<style>
a { background-color: #85F269; }
a { background-color: rgb(133,242,105); }
div.DivClassName
{
background-color: #85F269;
}
.BgClassName
{
background-color: #85F269;
}
</style>
border-color css
<style>
span { border-color: #85F269; }
span { border-color: rgb(133,242,105); }
td.TdClassName
{
border-color: #85F269;
}
.TagClassName
{
border-color: #85F269;
}
</style>