Shades of Pastel Green #85EE5E
Tints of Pastel Green #85EE5E
RGB
CMYK
RGB Variations
Color information
#85EE5E (or 0x85EE5E) is known color: Pastel Green. HEX triplet: 85, EE and 5E. RGB value is (133,238,94). Sum of RGB (Red+Green+Blue) = 133+238+94=465 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.60% from 465); Green value is 238 (93.36% from 255 or 51.18% from 465); Blue value is 94 (37.11% from 255 or 20.22% from 465); Max value from RGB is 238 - color contains mainly: green. Hex color #85EE5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85EE5E is #7A11A1. Grayscale: #BEBEBE. Windows color (decimal): -7999906 or 6221445. OLE color: 6221445.
HSL color Cylindrical-coordinate representation of color #85EE5E: hue angle of 103.75º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #85EE5E is Cyan = 0.44, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 238 | 94 | - |
| CMYK | 0.44 | 0 | 0.61 | 0.07 |
| HSL | 103.75º | 0.81% | 0.65% | - |
| HSV(B) | 103.75º | 0.61% | 0.93% | - |
| XYZ | 42.27 | 66.94 | 21.28 | - |
| YUV | 190.19 | 73.71 | 87.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 238 | 94 | 0.44 | 0 | 0.61 | 0.07 | 103.75 | 0.81 | 0.65 |
| Hex | 85 | EE | 5E | 2C | 0 | 3D | 7 | 68 | 51 | 41 |
| Octal | 205 | 356 | 136 | 54 | 0 | 75 | 7 | 150 | 121 | 101 |
| Binary | 10000101 | 11101110 | 1011110 | 101100 | 0 | 111101 | 111 | 1101000 | 1010001 | 1000001 |
Color Harmonies of #85EE5E
Complementary color
Monochromatic Colors of #85EE5E
Black with #85EE5E
Text Example
Text Example
White with #85EE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EE5E; }
p { color: rgb(133,238,94); }
H1.HeaderClassName
{
color: #85EE5E;
}
.AnyTagClassName
{
color: #85EE5E;
}
</style>
background-color css
<style>
a { background-color: #85EE5E; }
a { background-color: rgb(133,238,94); }
div.DivClassName
{
background-color: #85EE5E;
}
.BgClassName
{
background-color: #85EE5E;
}
</style>
border-color css
<style>
span { border-color: #85EE5E; }
span { border-color: rgb(133,238,94); }
td.TdClassName
{
border-color: #85EE5E;
}
.TagClassName
{
border-color: #85EE5E;
}
</style>