#85D66F

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

Shades of Pastel Green #85D66F

Tints of Pastel Green #85D66F

Color information

#85D66F (or 0x85D66F) is unknown color: approx Pastel Green. HEX triplet: 85, D6 and 6F. RGB value is (133,214,111). Sum of RGB (Red+Green+Blue) = 133+214+111=458 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.04% from 458); Green value is 214 (83.98% from 255 or 46.72% from 458); Blue value is 111 (43.75% from 255 or 24.24% from 458); Max value from RGB is 214 - color contains mainly: green. Hex color #85D66F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D66F is #7A2990. Grayscale: #B2B2B2. Windows color (decimal): -8006033 or 7329413. OLE color: 7329413.

HSL color Cylindrical-coordinate representation of color #85D66F: hue angle of 107.18º degrees, saturation: 0.56, 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 #85D66F is Cyan = 0.38, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB133214111-
CMYK0.3800.480.16
HSL107.18º55.68%63.73%-
HSV(B)107.18º48.13%83.92%-
XYZ36.5954.2323.58-
YUV178.0490.1695.88-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.04%
GREEN value IS 214 (83.98% from 255) = 46.72%
BLUE value IS 111 (43.75% from 255) = 24.24%
R=29.04%
G=46.72%
B=24.24%

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
Decimal1332141110.3800.480.16107.1855.6863.73
Hex85D66F26030106b3840
Octal205326157460602015370100
Binary1000010111010110110111110011001100001000011010111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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