Shades of Pastel Green #85EF6C
Tints of Pastel Green #85EF6C
RGB
CMYK
RGB Variations
Color information
#85EF6C (or 0x85EF6C) is known color: Pastel Green. HEX triplet: 85, EF and 6C. RGB value is (133,239,108). Sum of RGB (Red+Green+Blue) = 133+239+108=480 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.71% from 480); Green value is 239 (93.75% from 255 or 49.79% from 480); Blue value is 108 (42.58% from 255 or 22.5% from 480); Max value from RGB is 239 - color contains mainly: green. Hex color #85EF6C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85EF6C is #7A1093. Grayscale: #C0C0C0. Windows color (decimal): -7999636 or 7139205. OLE color: 7139205.
HSL color Cylindrical-coordinate representation of color #85EF6C: hue angle of 108.55º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #85EF6C is Cyan = 0.44, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 239 | 108 | - |
| CMYK | 0.44 | 0 | 0.55 | 0.06 |
| HSL | 108.55º | 0.8% | 0.68% | - |
| HSV(B) | 108.55º | 0.55% | 0.94% | - |
| XYZ | 43.25 | 67.8 | 25 | - |
| YUV | 192.37 | 80.38 | 85.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 239 | 108 | 0.44 | 0 | 0.55 | 0.06 | 108.55 | 0.8 | 0.68 |
| Hex | 85 | EF | 6C | 2C | 0 | 37 | 6 | 6D | 50 | 44 |
| Octal | 205 | 357 | 154 | 54 | 0 | 67 | 6 | 155 | 120 | 104 |
| Binary | 10000101 | 11101111 | 1101100 | 101100 | 0 | 110111 | 110 | 1101101 | 1010000 | 1000100 |
Color Harmonies of #85EF6C
Complementary color
Monochromatic Colors of #85EF6C
Black with #85EF6C
Text Example
Text Example
White with #85EF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EF6C; }
p { color: rgb(133,239,108); }
H1.HeaderClassName
{
color: #85EF6C;
}
.AnyTagClassName
{
color: #85EF6C;
}
</style>
background-color css
<style>
a { background-color: #85EF6C; }
a { background-color: rgb(133,239,108); }
div.DivClassName
{
background-color: #85EF6C;
}
.BgClassName
{
background-color: #85EF6C;
}
</style>
border-color css
<style>
span { border-color: #85EF6C; }
span { border-color: rgb(133,239,108); }
td.TdClassName
{
border-color: #85EF6C;
}
.TagClassName
{
border-color: #85EF6C;
}
</style>