#85D76F

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

Shades of Pastel Green #85D76F

Tints of Pastel Green #85D76F

Color information

#85D76F (or 0x85D76F) is unknown color: approx Pastel Green. HEX triplet: 85, D7 and 6F. RGB value is (133,215,111). Sum of RGB (Red+Green+Blue) = 133+215+111=459 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.98% from 459); Green value is 215 (84.38% from 255 or 46.84% from 459); Blue value is 111 (43.75% from 255 or 24.18% from 459); Max value from RGB is 215 - color contains mainly: green. Hex color #85D76F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D76F is #7A2890. Grayscale: #B2B2B2. Windows color (decimal): -8005777 or 7329669. OLE color: 7329669.

HSL color Cylindrical-coordinate representation of color #85D76F: hue angle of 107.31º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85D76F is Cyan = 0.38, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB133215111-
CMYK0.3800.480.16
HSL107.31º56.52%63.92%-
HSV(B)107.31º48.37%84.31%-
XYZ36.8454.7423.66-
YUV178.6389.8395.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.98%
GREEN value IS 215 (84.38% from 255) = 46.84%
BLUE value IS 111 (43.75% from 255) = 24.18%
R=28.98%
G=46.84%
B=24.18%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1332151110.3800.480.16107.3156.5263.92
Hex85D76F26030106b3940
Octal205327157460602015371100
Binary1000010111010111110111110011001100001000011010111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D76F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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