#85E76F

Color #85E76F Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #85E76F

Tints of Pastel Green #85E76F

Color information

#85E76F (or 0x85E76F) is unknown color: approx Pastel Green. HEX triplet: 85, E7 and 6F. RGB value is (133,231,111). Sum of RGB (Red+Green+Blue) = 133+231+111=475 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28% from 475); Green value is 231 (90.62% from 255 or 48.63% from 475); Blue value is 111 (43.75% from 255 or 23.37% from 475); Max value from RGB is 231 - color contains mainly: green. Hex color #85E76F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85E76F is #7A1890. Grayscale: #BCBCBC. Windows color (decimal): -8001681 or 7333765. OLE color: 7333765.

HSL color Cylindrical-coordinate representation of color #85E76F: hue angle of 109º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #85E76F is Cyan = 0.42, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB133231111-
CMYK0.4200.520.09
HSL109º71.43%67.06%-
HSV(B)109º51.95%90.59%-
XYZ41.1263.2925.09-
YUV188.0284.5388.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 133 (52.34% from 255) = 28%
GREEN value IS 231 (90.62% from 255) = 48.63%
BLUE value IS 111 (43.75% from 255) = 23.37%
R=28%
G=48.63%
B=23.37%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1332311110.4200.520.0910971.4367.06
Hex85E76F2A03496d4743
Octal2053471575206411155107103
Binary1000010111100111110111110101001101001001110110110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E76F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85E76F; }

 p { color: rgb(133,231,111); }

 H1.HeaderClassName
 {
   color: #85E76F;
 }
 .AnyTagClassName
 {
   color: #85E76F;
 }
</style>
background-color css

<style>
 a { background-color: #85E76F; }

 a { background-color: rgb(133,231,111); }

 div.DivClassName
 {
   background-color: #85E76F;
 }
 .BgClassName
 {
   background-color: #85E76F;
 }
</style>
border-color css

<style>
 span { border-color: #85E76F; }

 span { border-color: rgb(133,231,111); }

 td.TdClassName
 {
   border-color: #85E76F;
 }
 .TagClassName
 {
   border-color: #85E76F;
 }
</style>