Shades of Pastel Green #85DF76
Tints of Pastel Green #85DF76
RGB
CMYK
RGB Variations
Color information
#85DF76 (or 0x85DF76) is known color: Pastel Green. HEX triplet: 85, DF and 76. RGB value is (133,223,118). Sum of RGB (Red+Green+Blue) = 133+223+118=474 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.06% from 474); Green value is 223 (87.5% from 255 or 47.05% from 474); Blue value is 118 (46.48% from 255 or 24.89% from 474); Max value from RGB is 223 - color contains mainly: green. Hex color #85DF76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85DF76 is #7A2089. Grayscale: #B8B8B8. Windows color (decimal): -8003722 or 7790469. OLE color: 7790469.
HSL color Cylindrical-coordinate representation of color #85DF76: hue angle of 111.43º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85DF76 is Cyan = 0.40, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 223 | 118 | - |
| CMYK | 0.40 | 0 | 0.47 | 0.13 |
| HSL | 111.43º | 0.62% | 0.67% | - |
| HSV(B) | 111.43º | 0.47% | 0.87% | - |
| XYZ | 39.33 | 59.07 | 26.47 | - |
| YUV | 184.12 | 90.68 | 91.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 223 | 118 | 0.40 | 0 | 0.47 | 0.13 | 111.43 | 0.62 | 0.67 |
| Hex | 85 | DF | 76 | 28 | 0 | 2F | D | 6F | 3E | 43 |
| Octal | 205 | 337 | 166 | 50 | 0 | 57 | 15 | 157 | 76 | 103 |
| Binary | 10000101 | 11011111 | 1110110 | 101000 | 0 | 101111 | 1101 | 1101111 | 111110 | 1000011 |
Color Harmonies of #85DF76
Complementary color
Monochromatic Colors of #85DF76
Black with #85DF76
Text Example
Text Example
White with #85DF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DF76; }
p { color: rgb(133,223,118); }
H1.HeaderClassName
{
color: #85DF76;
}
.AnyTagClassName
{
color: #85DF76;
}
</style>
background-color css
<style>
a { background-color: #85DF76; }
a { background-color: rgb(133,223,118); }
div.DivClassName
{
background-color: #85DF76;
}
.BgClassName
{
background-color: #85DF76;
}
</style>
border-color css
<style>
span { border-color: #85DF76; }
span { border-color: rgb(133,223,118); }
td.TdClassName
{
border-color: #85DF76;
}
.TagClassName
{
border-color: #85DF76;
}
</style>