Shades of Pastel Green #85F36D
Tints of Pastel Green #85F36D
RGB
CMYK
RGB Variations
Color information
#85F36D (or 0x85F36D) is known color: Pastel Green. HEX triplet: 85, F3 and 6D. RGB value is (133,243,109). Sum of RGB (Red+Green+Blue) = 133+243+109=485 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.42% from 485); Green value is 243 (95.31% from 255 or 50.10% from 485); Blue value is 109 (42.97% from 255 or 22.47% from 485); Max value from RGB is 243 - color contains mainly: green. Hex color #85F36D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F36D is #7A0C92. Grayscale: #C3C3C3. Windows color (decimal): -7998611 or 7205765. OLE color: 7205765.
HSL color Cylindrical-coordinate representation of color #85F36D: hue angle of 109.25º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #85F36D is Cyan = 0.45, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 243 | 109 | - |
| CMYK | 0.45 | 0 | 0.55 | 0.05 |
| HSL | 109.25º | 0.85% | 0.69% | - |
| HSV(B) | 109.25º | 0.55% | 0.95% | - |
| XYZ | 44.48 | 70.19 | 25.67 | - |
| YUV | 194.83 | 79.56 | 83.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 243 | 109 | 0.45 | 0 | 0.55 | 0.05 | 109.25 | 0.85 | 0.69 |
| Hex | 85 | F3 | 6D | 2D | 0 | 37 | 5 | 6D | 55 | 45 |
| Octal | 205 | 363 | 155 | 55 | 0 | 67 | 5 | 155 | 125 | 105 |
| Binary | 10000101 | 11110011 | 1101101 | 101101 | 0 | 110111 | 101 | 1101101 | 1010101 | 1000101 |
Color Harmonies of #85F36D
Complementary color
Monochromatic Colors of #85F36D
Black with #85F36D
Text Example
Text Example
White with #85F36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F36D; }
p { color: rgb(133,243,109); }
H1.HeaderClassName
{
color: #85F36D;
}
.AnyTagClassName
{
color: #85F36D;
}
</style>
background-color css
<style>
a { background-color: #85F36D; }
a { background-color: rgb(133,243,109); }
div.DivClassName
{
background-color: #85F36D;
}
.BgClassName
{
background-color: #85F36D;
}
</style>
border-color css
<style>
span { border-color: #85F36D; }
span { border-color: rgb(133,243,109); }
td.TdClassName
{
border-color: #85F36D;
}
.TagClassName
{
border-color: #85F36D;
}
</style>