Shades of Pastel Green #85EF6D
Tints of Pastel Green #85EF6D
RGB
CMYK
RGB Variations
Color information
#85EF6D (or 0x85EF6D) is known color: Pastel Green. HEX triplet: 85, EF and 6D. RGB value is (133,239,109). Sum of RGB (Red+Green+Blue) = 133+239+109=481 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.65% from 481); Green value is 239 (93.75% from 255 or 49.69% from 481); Blue value is 109 (42.97% from 255 or 22.66% from 481); Max value from RGB is 239 - color contains mainly: green. Hex color #85EF6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85EF6D is #7A1092. Grayscale: #C0C0C0. Windows color (decimal): -7999635 or 7204741. OLE color: 7204741.
HSL color Cylindrical-coordinate representation of color #85EF6D: hue angle of 108.92º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #85EF6D is Cyan = 0.44, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 239 | 109 | - |
| CMYK | 0.44 | 0 | 0.54 | 0.06 |
| HSL | 108.92º | 0.8% | 0.68% | - |
| HSV(B) | 108.92º | 0.54% | 0.94% | - |
| XYZ | 43.3 | 67.82 | 25.28 | - |
| YUV | 192.49 | 80.88 | 85.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 239 | 109 | 0.44 | 0 | 0.54 | 0.06 | 108.92 | 0.8 | 0.68 |
| Hex | 85 | EF | 6D | 2C | 0 | 36 | 6 | 6D | 50 | 44 |
| Octal | 205 | 357 | 155 | 54 | 0 | 66 | 6 | 155 | 120 | 104 |
| Binary | 10000101 | 11101111 | 1101101 | 101100 | 0 | 110110 | 110 | 1101101 | 1010000 | 1000100 |
Color Harmonies of #85EF6D
Complementary color
Monochromatic Colors of #85EF6D
Black with #85EF6D
Text Example
Text Example
White with #85EF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EF6D; }
p { color: rgb(133,239,109); }
H1.HeaderClassName
{
color: #85EF6D;
}
.AnyTagClassName
{
color: #85EF6D;
}
</style>
background-color css
<style>
a { background-color: #85EF6D; }
a { background-color: rgb(133,239,109); }
div.DivClassName
{
background-color: #85EF6D;
}
.BgClassName
{
background-color: #85EF6D;
}
</style>
border-color css
<style>
span { border-color: #85EF6D; }
span { border-color: rgb(133,239,109); }
td.TdClassName
{
border-color: #85EF6D;
}
.TagClassName
{
border-color: #85EF6D;
}
</style>