Shades of Pastel Green #85D074
Tints of Pastel Green #85D074
RGB
CMYK
RGB Variations
Color information
#85D074 (or 0x85D074) is known color: Pastel Green. HEX triplet: 85, D0 and 74. RGB value is (133,208,116). Sum of RGB (Red+Green+Blue) = 133+208+116=457 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.10% from 457); Green value is 208 (81.64% from 255 or 45.51% from 457); Blue value is 116 (45.70% from 255 or 25.38% from 457); Max value from RGB is 208 - color contains mainly: green. Hex color #85D074 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D074 is #7A2F8B. Grayscale: #AFAFAF. Windows color (decimal): -8007564 or 7655557. OLE color: 7655557.
HSL color Cylindrical-coordinate representation of color #85D074: hue angle of 108.91º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85D074 is Cyan = 0.36, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 133 | 208 | 116 | - |
| CMYK | 0.36 | 0 | 0.44 | 0.18 |
| HSL | 108.91º | 0.49% | 0.64% | - |
| HSV(B) | 108.91º | 0.44% | 0.82% | - |
| XYZ | 35.38 | 51.36 | 24.57 | - |
| YUV | 175.09 | 94.65 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 208 | 116 | 0.36 | 0 | 0.44 | 0.18 | 108.91 | 0.49 | 0.64 |
| Hex | 85 | D0 | 74 | 24 | 0 | 2C | 12 | 6D | 31 | 40 |
| Octal | 205 | 320 | 164 | 44 | 0 | 54 | 22 | 155 | 61 | 100 |
| Binary | 10000101 | 11010000 | 1110100 | 100100 | 0 | 101100 | 10010 | 1101101 | 110001 | 1000000 |
Color Harmonies of #85D074
Complementary color
Monochromatic Colors of #85D074
Black with #85D074
Text Example
Text Example
White with #85D074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D074; }
p { color: rgb(133,208,116); }
H1.HeaderClassName
{
color: #85D074;
}
.AnyTagClassName
{
color: #85D074;
}
</style>
background-color css
<style>
a { background-color: #85D074; }
a { background-color: rgb(133,208,116); }
div.DivClassName
{
background-color: #85D074;
}
.BgClassName
{
background-color: #85D074;
}
</style>
border-color css
<style>
span { border-color: #85D074; }
span { border-color: rgb(133,208,116); }
td.TdClassName
{
border-color: #85D074;
}
.TagClassName
{
border-color: #85D074;
}
</style>