Shades of Pastel Green #85DF78
Tints of Pastel Green #85DF78
RGB
CMYK
RGB Variations
Color information
#85DF78 (or 0x85DF78) is known color: Pastel Green. HEX triplet: 85, DF and 78. RGB value is (133,223,120). Sum of RGB (Red+Green+Blue) = 133+223+120=476 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.94% from 476); Green value is 223 (87.5% from 255 or 46.85% from 476); Blue value is 120 (47.27% from 255 or 25.21% from 476); Max value from RGB is 223 - color contains mainly: green. Hex color #85DF78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85DF78 is #7A2087. Grayscale: #B8B8B8. Windows color (decimal): -8003720 or 7921541. OLE color: 7921541.
HSL color Cylindrical-coordinate representation of color #85DF78: hue angle of 112.43º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85DF78 is Cyan = 0.40, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 223 | 120 | - |
| CMYK | 0.40 | 0 | 0.46 | 0.13 |
| HSL | 112.43º | 0.62% | 0.67% | - |
| HSV(B) | 112.43º | 0.46% | 0.87% | - |
| XYZ | 39.45 | 59.12 | 27.1 | - |
| YUV | 184.35 | 91.68 | 91.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 223 | 120 | 0.40 | 0 | 0.46 | 0.13 | 112.43 | 0.62 | 0.67 |
| Hex | 85 | DF | 78 | 28 | 0 | 2E | D | 70 | 3E | 43 |
| Octal | 205 | 337 | 170 | 50 | 0 | 56 | 15 | 160 | 76 | 103 |
| Binary | 10000101 | 11011111 | 1111000 | 101000 | 0 | 101110 | 1101 | 1110000 | 111110 | 1000011 |
Color Harmonies of #85DF78
Complementary color
Monochromatic Colors of #85DF78
Black with #85DF78
Text Example
Text Example
White with #85DF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DF78; }
p { color: rgb(133,223,120); }
H1.HeaderClassName
{
color: #85DF78;
}
.AnyTagClassName
{
color: #85DF78;
}
</style>
background-color css
<style>
a { background-color: #85DF78; }
a { background-color: rgb(133,223,120); }
div.DivClassName
{
background-color: #85DF78;
}
.BgClassName
{
background-color: #85DF78;
}
</style>
border-color css
<style>
span { border-color: #85DF78; }
span { border-color: rgb(133,223,120); }
td.TdClassName
{
border-color: #85DF78;
}
.TagClassName
{
border-color: #85DF78;
}
</style>