Shades of Pastel Green #85F367
Tints of Pastel Green #85F367
RGB
CMYK
RGB Variations
Color information
#85F367 (or 0x85F367) is known color: Pastel Green. HEX triplet: 85, F3 and 67. RGB value is (133,243,103). Sum of RGB (Red+Green+Blue) = 133+243+103=479 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.77% from 479); Green value is 243 (95.31% from 255 or 50.73% from 479); Blue value is 103 (40.62% from 255 or 21.50% from 479); Max value from RGB is 243 - color contains mainly: green. Hex color #85F367 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F367 is #7A0C98. Grayscale: #C2C2C2. Windows color (decimal): -7998617 or 6812549. OLE color: 6812549.
HSL color Cylindrical-coordinate representation of color #85F367: hue angle of 107.14º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #85F367 is Cyan = 0.45, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 243 | 103 | - |
| CMYK | 0.45 | 0 | 0.58 | 0.05 |
| HSL | 107.14º | 0.85% | 0.68% | - |
| HSV(B) | 107.14º | 0.58% | 0.95% | - |
| XYZ | 44.17 | 70.07 | 24.03 | - |
| YUV | 194.15 | 76.56 | 84.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 243 | 103 | 0.45 | 0 | 0.58 | 0.05 | 107.14 | 0.85 | 0.68 |
| Hex | 85 | F3 | 67 | 2D | 0 | 3A | 5 | 6B | 55 | 44 |
| Octal | 205 | 363 | 147 | 55 | 0 | 72 | 5 | 153 | 125 | 104 |
| Binary | 10000101 | 11110011 | 1100111 | 101101 | 0 | 111010 | 101 | 1101011 | 1010101 | 1000100 |
Color Harmonies of #85F367
Complementary color
Monochromatic Colors of #85F367
Black with #85F367
Text Example
Text Example
White with #85F367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F367; }
p { color: rgb(133,243,103); }
H1.HeaderClassName
{
color: #85F367;
}
.AnyTagClassName
{
color: #85F367;
}
</style>
background-color css
<style>
a { background-color: #85F367; }
a { background-color: rgb(133,243,103); }
div.DivClassName
{
background-color: #85F367;
}
.BgClassName
{
background-color: #85F367;
}
</style>
border-color css
<style>
span { border-color: #85F367; }
span { border-color: rgb(133,243,103); }
td.TdClassName
{
border-color: #85F367;
}
.TagClassName
{
border-color: #85F367;
}
</style>