Shades of Pastel Green #85F369
Tints of Pastel Green #85F369
RGB
CMYK
RGB Variations
Color information
#85F369 (or 0x85F369) is known color: Pastel Green. HEX triplet: 85, F3 and 69. RGB value is (133,243,105). Sum of RGB (Red+Green+Blue) = 133+243+105=481 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.65% from 481); Green value is 243 (95.31% from 255 or 50.52% from 481); Blue value is 105 (41.41% from 255 or 21.83% from 481); Max value from RGB is 243 - color contains mainly: green. Hex color #85F369 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F369 is #7A0C96. Grayscale: #C2C2C2. Windows color (decimal): -7998615 or 6943621. OLE color: 6943621.
HSL color Cylindrical-coordinate representation of color #85F369: hue angle of 107.83º degrees, saturation: 0.85, 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 #85F369 is Cyan = 0.45, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 243 | 105 | - |
| CMYK | 0.45 | 0 | 0.57 | 0.05 |
| HSL | 107.83º | 0.85% | 0.68% | - |
| HSV(B) | 107.83º | 0.57% | 0.95% | - |
| XYZ | 44.27 | 70.11 | 24.56 | - |
| YUV | 194.38 | 77.56 | 84.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 243 | 105 | 0.45 | 0 | 0.57 | 0.05 | 107.83 | 0.85 | 0.68 |
| Hex | 85 | F3 | 69 | 2D | 0 | 39 | 5 | 6C | 55 | 44 |
| Octal | 205 | 363 | 151 | 55 | 0 | 71 | 5 | 154 | 125 | 104 |
| Binary | 10000101 | 11110011 | 1101001 | 101101 | 0 | 111001 | 101 | 1101100 | 1010101 | 1000100 |
Color Harmonies of #85F369
Complementary color
Monochromatic Colors of #85F369
Black with #85F369
Text Example
Text Example
White with #85F369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F369; }
p { color: rgb(133,243,105); }
H1.HeaderClassName
{
color: #85F369;
}
.AnyTagClassName
{
color: #85F369;
}
</style>
background-color css
<style>
a { background-color: #85F369; }
a { background-color: rgb(133,243,105); }
div.DivClassName
{
background-color: #85F369;
}
.BgClassName
{
background-color: #85F369;
}
</style>
border-color css
<style>
span { border-color: #85F369; }
span { border-color: rgb(133,243,105); }
td.TdClassName
{
border-color: #85F369;
}
.TagClassName
{
border-color: #85F369;
}
</style>