Shades of Pastel Green #85F46E
Tints of Pastel Green #85F46E
RGB
CMYK
RGB Variations
Color information
#85F46E (or 0x85F46E) is known color: Pastel Green. HEX triplet: 85, F4 and 6E. RGB value is (133,244,110). Sum of RGB (Red+Green+Blue) = 133+244+110=487 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.31% from 487); Green value is 244 (95.70% from 255 or 50.10% from 487); Blue value is 110 (43.36% from 255 or 22.59% from 487); Max value from RGB is 244 - color contains mainly: green. Hex color #85F46E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F46E is #7A0B91. Grayscale: #C3C3C3. Windows color (decimal): -7998354 or 7271557. OLE color: 7271557.
HSL color Cylindrical-coordinate representation of color #85F46E: hue angle of 109.7º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #85F46E is Cyan = 0.45, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 133 | 244 | 110 | - |
| CMYK | 0.45 | 0 | 0.55 | 0.04 |
| HSL | 109.7º | 0.86% | 0.69% | - |
| HSV(B) | 109.7º | 0.55% | 0.96% | - |
| XYZ | 44.84 | 70.81 | 26.06 | - |
| YUV | 195.54 | 79.73 | 83.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 244 | 110 | 0.45 | 0 | 0.55 | 0.04 | 109.7 | 0.86 | 0.69 |
| Hex | 85 | F4 | 6E | 2D | 0 | 37 | 4 | 6E | 56 | 45 |
| Octal | 205 | 364 | 156 | 55 | 0 | 67 | 4 | 156 | 126 | 105 |
| Binary | 10000101 | 11110100 | 1101110 | 101101 | 0 | 110111 | 100 | 1101110 | 1010110 | 1000101 |
Color Harmonies of #85F46E
Complementary color
Monochromatic Colors of #85F46E
Black with #85F46E
Text Example
Text Example
White with #85F46E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F46E; }
p { color: rgb(133,244,110); }
H1.HeaderClassName
{
color: #85F46E;
}
.AnyTagClassName
{
color: #85F46E;
}
</style>
background-color css
<style>
a { background-color: #85F46E; }
a { background-color: rgb(133,244,110); }
div.DivClassName
{
background-color: #85F46E;
}
.BgClassName
{
background-color: #85F46E;
}
</style>
border-color css
<style>
span { border-color: #85F46E; }
span { border-color: rgb(133,244,110); }
td.TdClassName
{
border-color: #85F46E;
}
.TagClassName
{
border-color: #85F46E;
}
</style>