Shades of Pastel Green #85DC80
Tints of Pastel Green #85DC80
RGB
CMYK
RGB Variations
Color information
#85DC80 (or 0x85DC80) is known color: Pastel Green. HEX triplet: 85, DC and 80. RGB value is (133,220,128). Sum of RGB (Red+Green+Blue) = 133+220+128=481 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.65% from 481); Green value is 220 (86.33% from 255 or 45.74% from 481); Blue value is 128 (50.39% from 255 or 26.61% from 481); Max value from RGB is 220 - color contains mainly: green. Hex color #85DC80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DC80 is #7A237F. Grayscale: #B7B7B7. Windows color (decimal): -8004480 or 8445061. OLE color: 8445061.
HSL color Cylindrical-coordinate representation of color #85DC80: hue angle of 116.74º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85DC80 is Cyan = 0.40, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 220 | 128 | - |
| CMYK | 0.40 | 0 | 0.42 | 0.14 |
| HSL | 116.74º | 0.57% | 0.68% | - |
| HSV(B) | 116.74º | 0.42% | 0.86% | - |
| XYZ | 39.16 | 57.73 | 29.5 | - |
| YUV | 183.5 | 96.68 | 91.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 220 | 128 | 0.40 | 0 | 0.42 | 0.14 | 116.74 | 0.57 | 0.68 |
| Hex | 85 | DC | 80 | 28 | 0 | 2A | E | 75 | 39 | 44 |
| Octal | 205 | 334 | 200 | 50 | 0 | 52 | 16 | 165 | 71 | 104 |
| Binary | 10000101 | 11011100 | 10000000 | 101000 | 0 | 101010 | 1110 | 1110101 | 111001 | 1000100 |
Color Harmonies of #85DC80
Complementary color
Monochromatic Colors of #85DC80
Black with #85DC80
Text Example
Text Example
White with #85DC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DC80; }
p { color: rgb(133,220,128); }
H1.HeaderClassName
{
color: #85DC80;
}
.AnyTagClassName
{
color: #85DC80;
}
</style>
background-color css
<style>
a { background-color: #85DC80; }
a { background-color: rgb(133,220,128); }
div.DivClassName
{
background-color: #85DC80;
}
.BgClassName
{
background-color: #85DC80;
}
</style>
border-color css
<style>
span { border-color: #85DC80; }
span { border-color: rgb(133,220,128); }
td.TdClassName
{
border-color: #85DC80;
}
.TagClassName
{
border-color: #85DC80;
}
</style>