Shades of Pale Green #85F99D
Tints of Pale Green #85F99D
RGB
CMYK
RGB Variations
Color information
#85F99D (or 0x85F99D) is known color: Pale Green. HEX triplet: 85, F9 and 9D. RGB value is (133,249,157). Sum of RGB (Red+Green+Blue) = 133+249+157=539 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.68% from 539); Green value is 249 (97.66% from 255 or 46.20% from 539); Blue value is 157 (61.72% from 255 or 29.13% from 539); Max value from RGB is 249 - color contains mainly: green. Hex color #85F99D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F99D is #7A0662. Grayscale: #CCCCCC. Windows color (decimal): -7997027 or 10353029. OLE color: 10353029.
HSL color Cylindrical-coordinate representation of color #85F99D: hue angle of 132.41º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85F99D is Cyan = 0.47, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 249 | 157 | - |
| CMYK | 0.47 | 0 | 0.37 | 0.02 |
| HSL | 132.41º | 0.91% | 0.75% | - |
| HSV(B) | 132.41º | 0.47% | 0.98% | - |
| XYZ | 49.63 | 75.17 | 43.79 | - |
| YUV | 203.83 | 101.57 | 77.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 249 | 157 | 0.47 | 0 | 0.37 | 0.02 | 132.41 | 0.91 | 0.75 |
| Hex | 85 | F9 | 9D | 2F | 0 | 25 | 2 | 84 | 5B | 4B |
| Octal | 205 | 371 | 235 | 57 | 0 | 45 | 2 | 204 | 133 | 113 |
| Binary | 10000101 | 11111001 | 10011101 | 101111 | 0 | 100101 | 10 | 10000100 | 1011011 | 1001011 |
Color Harmonies of #85F99D
Complementary color
Monochromatic Colors of #85F99D
Black with #85F99D
Text Example
Text Example
White with #85F99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F99D; }
p { color: rgb(133,249,157); }
H1.HeaderClassName
{
color: #85F99D;
}
.AnyTagClassName
{
color: #85F99D;
}
</style>
background-color css
<style>
a { background-color: #85F99D; }
a { background-color: rgb(133,249,157); }
div.DivClassName
{
background-color: #85F99D;
}
.BgClassName
{
background-color: #85F99D;
}
</style>
border-color css
<style>
span { border-color: #85F99D; }
span { border-color: rgb(133,249,157); }
td.TdClassName
{
border-color: #85F99D;
}
.TagClassName
{
border-color: #85F99D;
}
</style>