Shades of Pastel Green #85ED65
Tints of Pastel Green #85ED65
RGB
CMYK
RGB Variations
Color information
#85ED65 (or 0x85ED65) is known color: Pastel Green. HEX triplet: 85, ED and 65. RGB value is (133,237,101). Sum of RGB (Red+Green+Blue) = 133+237+101=471 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.24% from 471); Green value is 237 (92.97% from 255 or 50.32% from 471); Blue value is 101 (39.84% from 255 or 21.44% from 471); Max value from RGB is 237 - color contains mainly: green. Hex color #85ED65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85ED65 is #7A129A. Grayscale: #BEBEBE. Windows color (decimal): -8000155 or 6679941. OLE color: 6679941.
HSL color Cylindrical-coordinate representation of color #85ED65: hue angle of 105.88º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #85ED65 is Cyan = 0.44, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 237 | 101 | - |
| CMYK | 0.44 | 0 | 0.57 | 0.07 |
| HSL | 105.88º | 0.79% | 0.66% | - |
| HSV(B) | 105.88º | 0.57% | 0.93% | - |
| XYZ | 42.31 | 66.49 | 22.92 | - |
| YUV | 190.4 | 77.54 | 87.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 237 | 101 | 0.44 | 0 | 0.57 | 0.07 | 105.88 | 0.79 | 0.66 |
| Hex | 85 | ED | 65 | 2C | 0 | 39 | 7 | 6A | 4F | 42 |
| Octal | 205 | 355 | 145 | 54 | 0 | 71 | 7 | 152 | 117 | 102 |
| Binary | 10000101 | 11101101 | 1100101 | 101100 | 0 | 111001 | 111 | 1101010 | 1001111 | 1000010 |
Color Harmonies of #85ED65
Complementary color
Monochromatic Colors of #85ED65
Black with #85ED65
Text Example
Text Example
White with #85ED65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85ED65; }
p { color: rgb(133,237,101); }
H1.HeaderClassName
{
color: #85ED65;
}
.AnyTagClassName
{
color: #85ED65;
}
</style>
background-color css
<style>
a { background-color: #85ED65; }
a { background-color: rgb(133,237,101); }
div.DivClassName
{
background-color: #85ED65;
}
.BgClassName
{
background-color: #85ED65;
}
</style>
border-color css
<style>
span { border-color: #85ED65; }
span { border-color: rgb(133,237,101); }
td.TdClassName
{
border-color: #85ED65;
}
.TagClassName
{
border-color: #85ED65;
}
</style>