Shades of Pastel Green #85EF74
Tints of Pastel Green #85EF74
RGB
CMYK
RGB Variations
Color information
#85EF74 (or 0x85EF74) is known color: Pastel Green. HEX triplet: 85, EF and 74. RGB value is (133,239,116). Sum of RGB (Red+Green+Blue) = 133+239+116=488 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.25% from 488); Green value is 239 (93.75% from 255 or 48.98% from 488); Blue value is 116 (45.70% from 255 or 23.77% from 488); Max value from RGB is 239 - color contains mainly: green. Hex color #85EF74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85EF74 is #7A108B. Grayscale: #C1C1C1. Windows color (decimal): -7999628 or 7663493. OLE color: 7663493.
HSL color Cylindrical-coordinate representation of color #85EF74: hue angle of 111.71º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #85EF74 is Cyan = 0.44, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 239 | 116 | - |
| CMYK | 0.44 | 0 | 0.51 | 0.06 |
| HSL | 111.71º | 0.79% | 0.7% | - |
| HSV(B) | 111.71º | 0.51% | 0.94% | - |
| XYZ | 43.69 | 67.98 | 27.34 | - |
| YUV | 193.28 | 84.38 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 239 | 116 | 0.44 | 0 | 0.51 | 0.06 | 111.71 | 0.79 | 0.7 |
| Hex | 85 | EF | 74 | 2C | 0 | 33 | 6 | 70 | 4F | 46 |
| Octal | 205 | 357 | 164 | 54 | 0 | 63 | 6 | 160 | 117 | 106 |
| Binary | 10000101 | 11101111 | 1110100 | 101100 | 0 | 110011 | 110 | 1110000 | 1001111 | 1000110 |
Color Harmonies of #85EF74
Complementary color
Monochromatic Colors of #85EF74
Black with #85EF74
Text Example
Text Example
White with #85EF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EF74; }
p { color: rgb(133,239,116); }
H1.HeaderClassName
{
color: #85EF74;
}
.AnyTagClassName
{
color: #85EF74;
}
</style>
background-color css
<style>
a { background-color: #85EF74; }
a { background-color: rgb(133,239,116); }
div.DivClassName
{
background-color: #85EF74;
}
.BgClassName
{
background-color: #85EF74;
}
</style>
border-color css
<style>
span { border-color: #85EF74; }
span { border-color: rgb(133,239,116); }
td.TdClassName
{
border-color: #85EF74;
}
.TagClassName
{
border-color: #85EF74;
}
</style>